#37069A

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

Shades of Persian Indigo #37069A

Tints of Persian Indigo #37069A

Color information

#37069A (or 0x37069A) is unknown color: approx Persian Indigo. HEX triplet: 37, 06 and 9A. RGB value is (55,6,154). Sum of RGB (Red+Green+Blue) = 55+6+154=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #37069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37069A is #C8F965. Grayscale: #242424. Windows color (decimal): -13171046 or 10094135. OLE color: 10094135.

HSL color Cylindrical-coordinate representation of color #37069A: hue angle of 259.86º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37069A is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB556154-
CMYK0.640.9600.40
HSL259.86º92.5%31.37%-
HSV(B)259.86º96.1%60.39%-
XYZ7.473.2830.81-
YUV37.52193.73140.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 154 (60.55% from 255) = 71.63%
R=25.58%
G=2.79%
B=71.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5561540.640.9600.40259.8692.531.37
Hex3769A40600281045c1f
Octal67623210014005040413437
Binary11011111010011010100000011000000101000100000100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37069A; }

 p { color: rgb(55,6,154); }

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

<style>
 a { background-color: #37069A; }

 a { background-color: rgb(55,6,154); }

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

<style>
 span { border-color: #37069A; }

 span { border-color: rgb(55,6,154); }

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