Html Css Color HEX #370070 Persian Indigo

📋 copy color: '#370070'

red 55 ◦ green 0 ◦ blue 112

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

Shades of Persian Indigo #370070

Tints of Persian Indigo #370070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.93%
G = 0%
B = 67.07%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#370070 (or 0x370070) is known color: Persian Indigo. HEX triplet: 37, 00 and 70. RGB value is (55,0,112). Sum of RGB (Red+Green+Blue) = 55+0+112=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #370070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370070 is #C8FF8F. Grayscale: #1C1C1C. Windows color (decimal): -13172624 or 7340087. OLE color: 7340087.

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

Color convert

RGB 55 0 112 -
CMYK 0.51 1 0 0.56
HSL 269.46º 1% 0.22% -
HSV(B) 269.46º 1% 0.44% -
XYZ 4.5 1.98 15.47 -
YUV 29.21 174.72 146.39 -
System Red Green Blue C M Y K H S L
Decimal 55 0 112 0.51 1 0 0.56 269.46 1 0.22
Hex 37 0 70 33 64 0 38 10D 64 16
Octal 67 0 160 63 144 0 70 415 144 26
Binary 110111 0 1110000 110011 1100100 0 111000 100001101 1100100 10110

Color Harmonies of #370070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370070

Black with #370070

Text Example


Text Example

White with #370070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370070; }

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

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

background-color css

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

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

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

border-color css

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

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

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