#370967

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

Shades of Persian Indigo #370967

Tints of Persian Indigo #370967

Color information

#370967 (or 0x370967) is unknown color: approx Persian Indigo. HEX triplet: 37, 09 and 67. RGB value is (55,9,103). Sum of RGB (Red+Green+Blue) = 55+9+103=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 103 (40.62% from 255 or 61.68% from 167); Max value from RGB is 103 - color contains mainly: blue. Hex color #370967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370967 is #C8F698. Grayscale: #212121. Windows color (decimal): -13170329 or 6752567. OLE color: 6752567.

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

Color convert

RGB559103-
CMYK0.470.9100.60
HSL269.36º83.93%21.96%-
HSV(B)269.36º91.26%40.39%-
XYZ4.121.9913-
YUV33.47167.24143.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.93%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 103 (40.62% from 255) = 61.68%
R=32.93%
G=5.39%
B=61.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5591030.470.9100.60269.3683.9321.96
Hex379672F5B03C10d5416
Octal67111475713307441512426
Binary1101111001110011110111110110110111100100001101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370967; }

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

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

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

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

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

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

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

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