#37127B

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

Shades of Persian Indigo #37127B

Tints of Persian Indigo #37127B

Color information

#37127B (or 0x37127B) is unknown color: approx Persian Indigo. HEX triplet: 37, 12 and 7B. RGB value is (55,18,123). Sum of RGB (Red+Green+Blue) = 55+18+123=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #37127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37127B is #C8ED84. Grayscale: #282828. Windows color (decimal): -13168005 or 8065591. OLE color: 8065591.

HSL color Cylindrical-coordinate representation of color #37127B: hue angle of 261.14º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37127B is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5518123-
CMYK0.550.8500.52
HSL261.14º74.47%27.65%-
HSV(B)261.14º85.37%48.24%-
XYZ5.372.6718.97-
YUV41.03174.26137.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.06%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 123 (48.44% from 255) = 62.76%
R=28.06%
G=9.18%
B=62.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55181230.550.8500.52261.1474.4727.65
Hex37127B37550341054a1c
Octal67221736712506440511234
Binary11011110010111101111011110101010110100100000101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37127B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37127B; }

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

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

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

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

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

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

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

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