#3605A3

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

Shades of Persian Indigo #3605A3

Tints of Persian Indigo #3605A3

Color information

#3605A3 (or 0x3605A3) is unknown color: approx Persian Indigo. HEX triplet: 36, 05 and A3. RGB value is (54,5,163). Sum of RGB (Red+Green+Blue) = 54+5+163=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 163 (64.06% from 255 or 73.42% from 222); Max value from RGB is 163 - color contains mainly: blue. Hex color #3605A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3605A3 is #C9FA5C. Grayscale: #252525. Windows color (decimal): -13236829 or 10683702. OLE color: 10683702.

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

Color convert

RGB545163-
CMYK0.670.9700.36
HSL258.61º94.05%32.94%-
HSV(B)258.61º96.93%63.92%-
XYZ8.193.5434.9-
YUV37.66198.73139.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 163 (64.06% from 255) = 73.42%
R=24.32%
G=2.25%
B=73.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5451630.670.9700.36258.6194.0532.94
Hex365A343610241035e21
Octal66524310314104440313641
Binary110110101101000111000011110000101001001000000111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3605A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3605A3; }

 p { color: rgb(54,5,163); }

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

<style>
 a { background-color: #3605A3; }

 a { background-color: rgb(54,5,163); }

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

<style>
 span { border-color: #3605A3; }

 span { border-color: rgb(54,5,163); }

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