Html Css Color HEX #37048C Persian Indigo

📋 copy color: '#37048C'

red 55 ◦ green 4 ◦ blue 140

#37048C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #37048C

Tints of Persian Indigo #37048C

RGB

 RED value IS 55 (21.88% from 255) = 27.64%

 GREEN value IS 4 (1.95% from 255) = 2.01%

 BLUE value IS 140 (55.08% from 255) = 70.35%

R = 27.64%
G = 2.01%
B = 70.35%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37048C (or 0x37048C) is known color: Persian Indigo. HEX triplet: 37, 04 and 8C. RGB value is (55,4,140). Sum of RGB (Red+Green+Blue) = 55+4+140=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #37048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37048C is #C8FB73. Grayscale: #222222. Windows color (decimal): -13171572 or 9176119. OLE color: 9176119.

HSL color Cylindrical-coordinate representation of color #37048C: hue angle of 262.5º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #37048C is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 4 140 -
CMYK 0.61 0.97 0 0.45
HSL 262.5º 0.94% 0.28% -
HSV(B) 262.5º 0.97% 0.55% -
XYZ 6.35 2.79 25.02 -
YUV 34.75 187.4 142.44 -
System Red Green Blue C M Y K H S L
Decimal 55 4 140 0.61 0.97 0 0.45 262.5 0.94 0.28
Hex 37 4 8C 3D 61 0 2D 106 5E 1C
Octal 67 4 214 75 141 0 55 406 136 34
Binary 110111 100 10001100 111101 1100001 0 101101 100000110 1011110 11100

Color Harmonies of #37048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37048C

Black with #37048C

Text Example


Text Example

White with #37048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,4,140); }

 H1.HeaderClassName
 {
   color: #37048C;
 }
 .AnyTagClassName
 {
   color: #37048C;
 }
</style>

background-color css

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

 a { background-color: rgb(55,4,140); }

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

border-color css

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

 span { border-color: rgb(55,4,140); }

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