#3609A1

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

Shades of Persian Indigo #3609A1

Tints of Persian Indigo #3609A1

Color information

#3609A1 (or 0x3609A1) is unknown color: approx Persian Indigo. HEX triplet: 36, 09 and A1. RGB value is (54,9,161). Sum of RGB (Red+Green+Blue) = 54+9+161=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 161 (63.28% from 255 or 71.88% from 224); Max value from RGB is 161 - color contains mainly: blue. Hex color #3609A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3609A1 is #C9F65E. Grayscale: #272727. Windows color (decimal): -13235807 or 10553654. OLE color: 10553654.

HSL color Cylindrical-coordinate representation of color #3609A1: hue angle of 257.76º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3609A1 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB549161-
CMYK0.660.9400.37
HSL257.76º89.41%33.33%-
HSV(B)257.76º94.41%63.14%-
XYZ8.053.5533.98-
YUV39.78196.41138.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 9 (3.91% from 255) = 4.02%
BLUE value IS 161 (63.28% from 255) = 71.88%
R=24.11%
G=4.02%
B=71.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5491610.660.9400.37257.7689.4133.33
Hex369A1425E0251025921
Octal661124110213604540213141
Binary1101101001101000011000010101111001001011000000101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3609A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3609A1; }

 p { color: rgb(54,9,161); }

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

<style>
 a { background-color: #3609A1; }

 a { background-color: rgb(54,9,161); }

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

<style>
 span { border-color: #3609A1; }

 span { border-color: rgb(54,9,161); }

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