Html Css Color HEX #370473 Persian Indigo

📋 copy color: '#370473'

red 55 ◦ green 4 ◦ blue 115

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

Shades of Persian Indigo #370473

Tints of Persian Indigo #370473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.3%

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

R = 31.61%
G = 2.3%
B = 66.09%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#370473 (or 0x370473) is known color: Persian Indigo. HEX triplet: 37, 04 and 73. RGB value is (55,4,115). Sum of RGB (Red+Green+Blue) = 55+4+115=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #370473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370473 is #C8FB8C. Grayscale: #1F1F1F. Windows color (decimal): -13171597 or 7537719. OLE color: 7537719.

HSL color Cylindrical-coordinate representation of color #370473: hue angle of 267.57º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #370473 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 4 115 -
CMYK 0.52 0.97 0 0.55
HSL 267.57º 0.93% 0.23% -
HSV(B) 267.57º 0.97% 0.45% -
XYZ 4.71 2.14 16.38 -
YUV 31.9 174.9 144.47 -
System Red Green Blue C M Y K H S L
Decimal 55 4 115 0.52 0.97 0 0.55 267.57 0.93 0.23
Hex 37 4 73 34 61 0 37 10C 5D 17
Octal 67 4 163 64 141 0 67 414 135 27
Binary 110111 100 1110011 110100 1100001 0 110111 100001100 1011101 10111

Color Harmonies of #370473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370473

Black with #370473

Text Example


Text Example

White with #370473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370473; }

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

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

background-color css

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

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

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

border-color css

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

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

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