#371296

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

Shades of Persian Indigo #371296

Tints of Persian Indigo #371296

Color information

#371296 (or 0x371296) is unknown color: approx Persian Indigo. HEX triplet: 37, 12 and 96. RGB value is (55,18,150). Sum of RGB (Red+Green+Blue) = 55+18+150=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #371296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371296 is #C8ED69. Grayscale: #2B2B2B. Windows color (decimal): -13167978 or 9835063. OLE color: 9835063.

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

Color convert

RGB5518150-
CMYK0.630.8800.41
HSL256.82º78.57%32.94%-
HSV(B)256.82º88%58.82%-
XYZ7.33.4529.13-
YUV44.11187.76135.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.66%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 150 (58.98% from 255) = 67.26%
R=24.66%
G=8.07%
B=67.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal55181500.630.8800.41256.8278.5732.94
Hex3712963F580291014f21
Octal67222267713005140111741
Binary1101111001010010110111111101100001010011000000011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371296; }

 p { color: rgb(55,18,150); }

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

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

 a { background-color: rgb(55,18,150); }

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

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

 span { border-color: rgb(55,18,150); }

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