#370969

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

Shades of Persian Indigo #370969

Tints of Persian Indigo #370969

Color information

#370969 (or 0x370969) is unknown color: approx Persian Indigo. HEX triplet: 37, 09 and 69. RGB value is (55,9,105). Sum of RGB (Red+Green+Blue) = 55+9+105=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #370969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370969 is #C8F696. Grayscale: #212121. Windows color (decimal): -13170327 or 6883639. OLE color: 6883639.

HSL color Cylindrical-coordinate representation of color #370969: hue angle of 268.75º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370969 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB559105-
CMYK0.480.9100.59
HSL268.75º84.21%22.35%-
HSV(B)268.75º91.43%41.18%-
XYZ4.222.0313.53-
YUV33.7168.24143.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.54%
GREEN value IS 9 (3.91% from 255) = 5.33%
BLUE value IS 105 (41.41% from 255) = 62.13%
R=32.54%
G=5.33%
B=62.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5591050.480.9100.59268.7584.2122.35
Hex37969305B03B10d5416
Octal67111516013307341512426
Binary1101111001110100111000010110110111011100001101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370969; }

 p { color: rgb(55,9,105); }

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

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

 a { background-color: rgb(55,9,105); }

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

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

 span { border-color: rgb(55,9,105); }

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