Html Css Color HEX #37147C Persian Indigo

📋 copy color: '#37147C'

red 55 ◦ green 20 ◦ blue 124

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

Shades of Persian Indigo #37147C

Tints of Persian Indigo #37147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

 BLUE value IS 124 (48.83% from 255) = 62.31%

R = 27.64%
G = 10.05%
B = 62.31%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37147C (or 0x37147C) is known color: Persian Indigo. HEX triplet: 37, 14 and 7C. RGB value is (55,20,124). Sum of RGB (Red+Green+Blue) = 55+20+124=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #37147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37147C is #C8EB83. Grayscale: #292929. Windows color (decimal): -13167492 or 8131639. OLE color: 8131639.

HSL color Cylindrical-coordinate representation of color #37147C: hue angle of 260.19º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37147C is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 20 124 -
CMYK 0.56 0.84 0 0.51
HSL 260.19º 0.72% 0.28% -
HSV(B) 260.19º 0.84% 0.49% -
XYZ 5.46 2.77 19.32 -
YUV 42.32 174.1 137.04 -
System Red Green Blue C M Y K H S L
Decimal 55 20 124 0.56 0.84 0 0.51 260.19 0.72 0.28
Hex 37 14 7C 38 54 0 33 104 48 1C
Octal 67 24 174 70 124 0 63 404 110 34
Binary 110111 10100 1111100 111000 1010100 0 110011 100000100 1001000 11100

Color Harmonies of #37147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37147C

Black with #37147C

Text Example


Text Example

White with #37147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,20,124); }

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

background-color css

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

 a { background-color: rgb(55,20,124); }

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

border-color css

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

 span { border-color: rgb(55,20,124); }

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