#37126C

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

Shades of Persian Indigo #37126C

Tints of Persian Indigo #37126C

Color information

#37126C (or 0x37126C) is unknown color: approx Persian Indigo. HEX triplet: 37, 12 and 6C. RGB value is (55,18,108). Sum of RGB (Red+Green+Blue) = 55+18+108=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #37126C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37126C is #C8ED93. Grayscale: #272727. Windows color (decimal): -13168020 or 7082551. OLE color: 7082551.

HSL color Cylindrical-coordinate representation of color #37126C: hue angle of 264.67º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #37126C is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5518108-
CMYK0.490.8300.58
HSL264.67º71.43%24.71%-
HSV(B)264.67º83.33%42.35%-
XYZ4.52.3314.4-
YUV39.32166.76139.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.39%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 108 (42.58% from 255) = 59.67%
R=30.39%
G=9.94%
B=59.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55181080.490.8300.58264.6771.4324.71
Hex37126C315303A1094719
Octal67221546112307241110731
Binary11011110010110110011000110100110111010100001001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37126C; }

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

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

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

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

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

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

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

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