#37018A

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

Shades of Persian Indigo #37018A

Tints of Persian Indigo #37018A

Color information

#37018A (or 0x37018A) is unknown color: approx Persian Indigo. HEX triplet: 37, 01 and 8A. RGB value is (55,1,138). Sum of RGB (Red+Green+Blue) = 55+1+138=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #37018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37018A is #C8FE75. Grayscale: #202020. Windows color (decimal): -13172342 or 9044279. OLE color: 9044279.

HSL color Cylindrical-coordinate representation of color #37018A: hue angle of 263.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #37018A is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB551138-
CMYK0.600.9900.46
HSL263.65º98.56%27.25%-
HSV(B)263.65º99.28%54.12%-
XYZ6.172.6724.23-
YUV32.76187.39143.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.35%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 138 (54.30% from 255) = 71.13%
R=28.35%
G=0.52%
B=71.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5511380.600.9900.46263.6598.5627.25
Hex3718A3C6302E108631b
Octal6712127414305641014333
Binary11011111000101011110011000110101110100001000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37018A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37018A; }

 p { color: rgb(55,1,138); }

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

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

 a { background-color: rgb(55,1,138); }

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

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

 span { border-color: rgb(55,1,138); }

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