Html Css Color HEX #370071 Persian Indigo

📋 copy color: '#370071'

red 55 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #370071

Tints of Persian Indigo #370071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 67.26%

R = 32.74%
G = 0%
B = 67.26%

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

#370071 (or 0x370071) is known color: Persian Indigo. HEX triplet: 37, 00 and 71. RGB value is (55,0,113). Sum of RGB (Red+Green+Blue) = 55+0+113=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #370071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370071 is #C8FF8E. Grayscale: #1C1C1C. Windows color (decimal): -13172623 or 7405623. OLE color: 7405623.

HSL color Cylindrical-coordinate representation of color #370071: hue angle of 269.2º 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 #370071 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 0 113 -
CMYK 0.51 1 0 0.56
HSL 269.2º 1% 0.22% -
HSV(B) 269.2º 1% 0.44% -
XYZ 4.56 2 15.77 -
YUV 29.33 175.22 146.31 -
System Red Green Blue C M Y K H S L
Decimal 55 0 113 0.51 1 0 0.56 269.2 1 0.22
Hex 37 0 71 33 64 0 38 10D 64 16
Octal 67 0 161 63 144 0 70 415 144 26
Binary 110111 0 1110001 110011 1100100 0 111000 100001101 1100100 10110

Color Harmonies of #370071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370071

Black with #370071

Text Example


Text Example

White with #370071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370071; }

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

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

background-color css

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

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

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

border-color css

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

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

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