Html Css Color HEX #370173 Persian Indigo

📋 copy color: '#370173'

red 55 ◦ green 1 ◦ blue 115

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

Shades of Persian Indigo #370173

Tints of Persian Indigo #370173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 32.16%
G = 0.58%
B = 67.25%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#370173 (or 0x370173) is known color: Persian Indigo. HEX triplet: 37, 01 and 73. RGB value is (55,1,115). Sum of RGB (Red+Green+Blue) = 55+1+115=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #370173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370173 is #C8FE8C. Grayscale: #1D1D1D. Windows color (decimal): -13172365 or 7536951. OLE color: 7536951.

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

Color convert

RGB 55 1 115 -
CMYK 0.52 0.99 0 0.55
HSL 268.42º 0.98% 0.23% -
HSV(B) 268.42º 0.99% 0.45% -
XYZ 4.68 2.07 16.37 -
YUV 30.14 175.89 145.73 -
System Red Green Blue C M Y K H S L
Decimal 55 1 115 0.52 0.99 0 0.55 268.42 0.98 0.23
Hex 37 1 73 34 63 0 37 10C 62 17
Octal 67 1 163 64 143 0 67 414 142 27
Binary 110111 1 1110011 110100 1100011 0 110111 100001100 1100010 10111

Color Harmonies of #370173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370173

Black with #370173

Text Example


Text Example

White with #370173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370173; }

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

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

background-color css

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

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

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

border-color css

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

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

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