Html Css Color HEX #370170 Persian Indigo

📋 copy color: '#370170'

red 55 ◦ green 1 ◦ blue 112

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

Shades of Persian Indigo #370170

Tints of Persian Indigo #370170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 66.67%

R = 32.74%
G = 0.6%
B = 66.67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#370170 (or 0x370170) is known color: Persian Indigo. HEX triplet: 37, 01 and 70. RGB value is (55,1,112). Sum of RGB (Red+Green+Blue) = 55+1+112=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #370170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370170 is #C8FE8F. Grayscale: #1D1D1D. Windows color (decimal): -13172368 or 7340343. OLE color: 7340343.

HSL color Cylindrical-coordinate representation of color #370170: hue angle of 269.19º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #370170 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 1 112 -
CMYK 0.51 0.99 0 0.56
HSL 269.19º 0.98% 0.22% -
HSV(B) 269.19º 0.99% 0.44% -
XYZ 4.51 2 15.48 -
YUV 29.8 174.39 145.97 -
System Red Green Blue C M Y K H S L
Decimal 55 1 112 0.51 0.99 0 0.56 269.19 0.98 0.22
Hex 37 1 70 33 63 0 38 10D 62 16
Octal 67 1 160 63 143 0 70 415 142 26
Binary 110111 1 1110000 110011 1100011 0 111000 100001101 1100010 10110

Color Harmonies of #370170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370170

Black with #370170

Text Example


Text Example

White with #370170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370170; }

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

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

background-color css

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

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

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

border-color css

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

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

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