Html Css Color HEX #370C73 Persian Indigo

📋 copy color: '#370C73'

red 55 ◦ green 12 ◦ blue 115

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

Shades of Persian Indigo #370C73

Tints of Persian Indigo #370C73

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.59%

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

R = 30.22%
G = 6.59%
B = 63.19%

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

#370C73 (or 0x370C73) is known color: Persian Indigo. HEX triplet: 37, 0C and 73. RGB value is (55,12,115). Sum of RGB (Red+Green+Blue) = 55+12+115=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #370C73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370C73 is #C8F38C. Grayscale: #242424. Windows color (decimal): -13169549 or 7539767. OLE color: 7539767.

HSL color Cylindrical-coordinate representation of color #370C73: hue angle of 265.05º degrees, saturation: 0.81, 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 #370C73 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 12 115 -
CMYK 0.52 0.90 0 0.55
HSL 265.05º 0.81% 0.25% -
HSV(B) 265.05º 0.9% 0.45% -
XYZ 4.8 2.31 16.41 -
YUV 36.6 172.25 141.12 -
System Red Green Blue C M Y K H S L
Decimal 55 12 115 0.52 0.90 0 0.55 265.05 0.81 0.25
Hex 37 C 73 34 5A 0 37 109 51 19
Octal 67 14 163 64 132 0 67 411 121 31
Binary 110111 1100 1110011 110100 1011010 0 110111 100001001 1010001 11001

Color Harmonies of #370C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C73

Black with #370C73

Text Example


Text Example

White with #370C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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