#3A2388

Color #3A2388 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #3A2388

Tints of Persian Indigo #3A2388

Color information

#3A2388 (or 0x3A2388) is unknown color: approx Persian Indigo. HEX triplet: 3A, 23 and 88. RGB value is (58,35,136). Sum of RGB (Red+Green+Blue) = 58+35+136=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A2388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2388 is #C5DC77. Grayscale: #353535. Windows color (decimal): -12967032 or 8921914. OLE color: 8921914.

HSL color Cylindrical-coordinate representation of color #3A2388: hue angle of 253.66º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A2388 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5835136-
CMYK0.570.7400.47
HSL253.66º59.06%33.53%-
HSV(B)253.66º74.26%53.33%-
XYZ6.793.8823.68-
YUV53.39174.62131.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 25.33%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 136 (53.52% from 255) = 59.39%
R=25.33%
G=15.28%
B=59.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58351360.570.7400.47253.6659.0633.53
Hex3A2388394A02Ffe3b22
Octal7243210711120573767342
Binary111010100011100010001110011001010010111111111110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2388; }

 p { color: rgb(58,35,136); }

 H1.HeaderClassName
 {
   color: #3A2388;
 }
 .AnyTagClassName
 {
   color: #3A2388;
 }
</style>
background-color css

<style>
 a { background-color: #3A2388; }

 a { background-color: rgb(58,35,136); }

 div.DivClassName
 {
   background-color: #3A2388;
 }
 .BgClassName
 {
   background-color: #3A2388;
 }
</style>
border-color css

<style>
 span { border-color: #3A2388; }

 span { border-color: rgb(58,35,136); }

 td.TdClassName
 {
   border-color: #3A2388;
 }
 .TagClassName
 {
   border-color: #3A2388;
 }
</style>