Html Css Color HEX #371D73 Persian Indigo

📋 copy color: '#371D73'

red 55 ◦ green 29 ◦ blue 115

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

Shades of Persian Indigo #371D73

Tints of Persian Indigo #371D73

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.57%

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

R = 27.64%
G = 14.57%
B = 57.79%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371D73 (or 0x371D73) is known color: Persian Indigo. HEX triplet: 37, 1D and 73. RGB value is (55,29,115). Sum of RGB (Red+Green+Blue) = 55+29+115=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #371D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371D73 is #C8E28C. Grayscale: #2E2E2E. Windows color (decimal): -13165197 or 7544119. OLE color: 7544119.

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

Color convert

RGB 55 29 115 -
CMYK 0.52 0.75 0 0.55
HSL 258.14º 0.6% 0.28% -
HSV(B) 258.14º 0.75% 0.45% -
XYZ 5.11 2.93 16.52 -
YUV 46.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 55 29 115 0.52 0.75 0 0.55 258.14 0.6 0.28
Hex 37 1D 73 34 4B 0 37 102 3C 1C
Octal 67 35 163 64 113 0 67 402 74 34
Binary 110111 11101 1110011 110100 1001011 0 110111 100000010 111100 11100

Color Harmonies of #371D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D73

Black with #371D73

Text Example


Text Example

White with #371D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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