#370267

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

Shades of Persian Indigo #370267

Tints of Persian Indigo #370267

Color information

#370267 (or 0x370267) is unknown color: approx Persian Indigo. HEX triplet: 37, 02 and 67. RGB value is (55,2,103). Sum of RGB (Red+Green+Blue) = 55+2+103=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 103 (40.62% from 255 or 64.38% from 160); Max value from RGB is 103 - color contains mainly: blue. Hex color #370267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370267 is #C8FD98. Grayscale: #1D1D1D. Windows color (decimal): -13172121 or 6750775. OLE color: 6750775.

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

Color convert

RGB552103-
CMYK0.470.9800.60
HSL271.49º96.19%20.59%-
HSV(B)271.49º98.06%40.39%-
XYZ4.051.8312.97-
YUV29.36169.56146.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.38%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 103 (40.62% from 255) = 64.38%
R=34.38%
G=1.25%
B=64.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5521030.470.9800.60271.4996.1920.59
Hex372672F6203C10f6015
Octal6721475714207441714025
Binary11011110110011110111111000100111100100001111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370267; }

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

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

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

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

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

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

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

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