#370769

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

Shades of Persian Indigo #370769

Tints of Persian Indigo #370769

Color information

#370769 (or 0x370769) is unknown color: approx Persian Indigo. HEX triplet: 37, 07 and 69. RGB value is (55,7,105). Sum of RGB (Red+Green+Blue) = 55+7+105=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 105 (41.41% from 255 or 62.87% from 167); Max value from RGB is 105 - color contains mainly: blue. Hex color #370769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370769 is #C8F896. Grayscale: #202020. Windows color (decimal): -13170839 or 6883127. OLE color: 6883127.

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

Color convert

RGB557105-
CMYK0.480.9300.59
HSL269.39º87.5%21.96%-
HSV(B)269.39º93.33%41.18%-
XYZ4.21.9813.53-
YUV32.52168.9144.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.93%
GREEN value IS 7 (3.12% from 255) = 4.19%
BLUE value IS 105 (41.41% from 255) = 62.87%
R=32.93%
G=4.19%
B=62.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5571050.480.9300.59269.3987.521.96
Hex37769305D03B10d5816
Octal6771516013507341513026
Binary110111111110100111000010111010111011100001101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370769; }

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

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

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

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

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

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

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

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