Html Css Color HEX #370E73 Persian Indigo

📋 copy color: '#370E73'

red 55 ◦ green 14 ◦ blue 115

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

Shades of Persian Indigo #370E73

Tints of Persian Indigo #370E73

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.61%

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

R = 29.89%
G = 7.61%
B = 62.5%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#370E73 (or 0x370E73) is known color: Persian Indigo. HEX triplet: 37, 0E and 73. RGB value is (55,14,115). Sum of RGB (Red+Green+Blue) = 55+14+115=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #370E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370E73 is #C8F18C. Grayscale: #252525. Windows color (decimal): -13169037 or 7540279. OLE color: 7540279.

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

Color convert

RGB 55 14 115 -
CMYK 0.52 0.88 0 0.55
HSL 264.36º 0.78% 0.25% -
HSV(B) 264.36º 0.88% 0.45% -
XYZ 4.83 2.36 16.42 -
YUV 37.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 55 14 115 0.52 0.88 0 0.55 264.36 0.78 0.25
Hex 37 E 73 34 58 0 37 108 4E 19
Octal 67 16 163 64 130 0 67 410 116 31
Binary 110111 1110 1110011 110100 1011000 0 110111 100001000 1001110 11001

Color Harmonies of #370E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E73

Black with #370E73

Text Example


Text Example

White with #370E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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