#370688

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

Shades of Persian Indigo #370688

Tints of Persian Indigo #370688

Color information

#370688 (or 0x370688) is unknown color: approx Persian Indigo. HEX triplet: 37, 06 and 88. RGB value is (55,6,136). Sum of RGB (Red+Green+Blue) = 55+6+136=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 136 (53.52% from 255 or 69.04% from 197); Max value from RGB is 136 - color contains mainly: blue. Hex color #370688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370688 is #C8F977. Grayscale: #232323. Windows color (decimal): -13171064 or 8914487. OLE color: 8914487.

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

Color convert

RGB556136-
CMYK0.600.9600.47
HSL262.62º91.55%27.84%-
HSV(B)262.62º95.59%53.33%-
XYZ6.082.7223.5-
YUV35.47184.73141.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.92%
GREEN value IS 6 (2.73% from 255) = 3.05%
BLUE value IS 136 (53.52% from 255) = 69.04%
R=27.92%
G=3.05%
B=69.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5561360.600.9600.47262.6291.5527.84
Hex376883C6002F1075c1c
Octal6762107414005740713434
Binary1101111101000100011110011000000101111100000111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370688; }

 p { color: rgb(55,6,136); }

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

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

 a { background-color: rgb(55,6,136); }

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

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

 span { border-color: rgb(55,6,136); }

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