#3606A4

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

Shades of Persian Indigo #3606A4

Tints of Persian Indigo #3606A4

Color information

#3606A4 (or 0x3606A4) is unknown color: approx Persian Indigo. HEX triplet: 36, 06 and A4. RGB value is (54,6,164). Sum of RGB (Red+Green+Blue) = 54+6+164=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 164 (64.45% from 255 or 73.21% from 224); Max value from RGB is 164 - color contains mainly: blue. Hex color #3606A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3606A4 is #C9F95B. Grayscale: #252525. Windows color (decimal): -13236572 or 10749494. OLE color: 10749494.

HSL color Cylindrical-coordinate representation of color #3606A4: hue angle of 258.23º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3606A4 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB546164-
CMYK0.670.9600.36
HSL258.23º92.94%33.33%-
HSV(B)258.23º96.34%64.31%-
XYZ8.293.5935.38-
YUV38.36198.9139.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 6 (2.73% from 255) = 2.68%
BLUE value IS 164 (64.45% from 255) = 73.21%
R=24.11%
G=2.68%
B=73.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5461640.670.9600.36258.2392.9433.33
Hex366A443600241025d21
Octal66624410314004440213541
Binary110110110101001001000011110000001001001000000101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3606A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3606A4; }

 p { color: rgb(54,6,164); }

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

<style>
 a { background-color: #3606A4; }

 a { background-color: rgb(54,6,164); }

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

<style>
 span { border-color: #3606A4; }

 span { border-color: rgb(54,6,164); }

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