#3A0688

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

Shades of Persian Indigo #3A0688

Tints of Persian Indigo #3A0688

Color information

#3A0688 (or 0x3A0688) is unknown color: approx Persian Indigo. HEX triplet: 3A, 06 and 88. RGB value is (58,6,136). Sum of RGB (Red+Green+Blue) = 58+6+136=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 136 (53.52% from 255 or 68% from 200); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A0688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0688 is #C5F977. Grayscale: #232323. Windows color (decimal): -12974456 or 8914490. OLE color: 8914490.

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

Color convert

RGB586136-
CMYK0.570.9600.47
HSL264º91.55%27.84%-
HSV(B)264º95.59%53.33%-
XYZ6.252.8123.5-
YUV36.37184.23143.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29%
GREEN value IS 6 (2.73% from 255) = 3%
BLUE value IS 136 (53.52% from 255) = 68%
R=29%
G=3%
B=68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5861360.570.9600.4726491.5527.84
Hex3A688396002F1085c1c
Octal7262107114005741013434
Binary1110101101000100011100111000000101111100001000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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