Html Css Color HEX #371E73 Persian Indigo

📋 copy color: '#371E73'

red 55 ◦ green 30 ◦ blue 115

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

Shades of Persian Indigo #371E73

Tints of Persian Indigo #371E73

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15%

 BLUE value IS 115 (45.31% from 255) = 57.5%

R = 27.5%
G = 15%
B = 57.5%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371E73 (or 0x371E73) is known color: Persian Indigo. HEX triplet: 37, 1E and 73. RGB value is (55,30,115). Sum of RGB (Red+Green+Blue) = 55+30+115=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #371E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371E73 is #C8E18C. Grayscale: #2E2E2E. Windows color (decimal): -13164941 or 7544375. OLE color: 7544375.

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

Color convert

RGB 55 30 115 -
CMYK 0.52 0.74 0 0.55
HSL 257.65º 0.59% 0.28% -
HSV(B) 257.65º 0.74% 0.45% -
XYZ 5.13 2.98 16.52 -
YUV 47.17 166.28 133.59 -
System Red Green Blue C M Y K H S L
Decimal 55 30 115 0.52 0.74 0 0.55 257.65 0.59 0.28
Hex 37 1E 73 34 4A 0 37 102 3B 1C
Octal 67 36 163 64 112 0 67 402 73 34
Binary 110111 11110 1110011 110100 1001010 0 110111 100000010 111011 11100

Color Harmonies of #371E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E73

Black with #371E73

Text Example


Text Example

White with #371E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371E73; }

 p { color: rgb(55,30,115); }

 H1.HeaderClassName
 {
   color: #371E73;
 }
 .AnyTagClassName
 {
   color: #371E73;
 }
</style>

background-color css

<style>
 a { background-color: #371E73; }

 a { background-color: rgb(55,30,115); }

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

border-color css

<style>
 span { border-color: #371E73; }

 span { border-color: rgb(55,30,115); }

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