Html Css Color HEX #370B73 Persian Indigo

📋 copy color: '#370B73'

red 55 ◦ green 11 ◦ blue 115

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

Shades of Persian Indigo #370B73

Tints of Persian Indigo #370B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.08%

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

R = 30.39%
G = 6.08%
B = 63.54%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#370B73 (or 0x370B73) is known color: Persian Indigo. HEX triplet: 37, 0B and 73. RGB value is (55,11,115). Sum of RGB (Red+Green+Blue) = 55+11+115=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #370B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370B73 is #C8F48C. Grayscale: #232323. Windows color (decimal): -13169805 or 7539511. OLE color: 7539511.

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

Color convert

RGB 55 11 115 -
CMYK 0.52 0.90 0 0.55
HSL 265.38º 0.83% 0.25% -
HSV(B) 265.38º 0.9% 0.45% -
XYZ 4.79 2.29 16.41 -
YUV 36.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 55 11 115 0.52 0.90 0 0.55 265.38 0.83 0.25
Hex 37 B 73 34 5A 0 37 109 53 19
Octal 67 13 163 64 132 0 67 411 123 31
Binary 110111 1011 1110011 110100 1011010 0 110111 100001001 1010011 11001

Color Harmonies of #370B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B73

Black with #370B73

Text Example


Text Example

White with #370B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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