#370269

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

Shades of Persian Indigo #370269

Tints of Persian Indigo #370269

Color information

#370269 (or 0x370269) is unknown color: approx Persian Indigo. HEX triplet: 37, 02 and 69. RGB value is (55,2,105). Sum of RGB (Red+Green+Blue) = 55+2+105=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #370269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370269 is #C8FD96. Grayscale: #1D1D1D. Windows color (decimal): -13172119 or 6881847. OLE color: 6881847.

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

Color convert

RGB552105-
CMYK0.480.9800.59
HSL270.87º96.26%20.98%-
HSV(B)270.87º98.1%41.18%-
XYZ4.151.8813.51-
YUV29.59170.56146.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.95%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 105 (41.41% from 255) = 64.81%
R=33.95%
G=1.23%
B=64.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5521050.480.9800.59270.8796.2620.98
Hex37269306203B10f6015
Octal6721516014207341714025
Binary11011110110100111000011000100111011100001111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370269; }

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

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

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

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

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

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

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

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