Html Css Color HEX #371A70 Persian Indigo

📋 copy color: '#371A70'

red 55 ◦ green 26 ◦ blue 112

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

Shades of Persian Indigo #371A70

Tints of Persian Indigo #371A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.47%

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

R = 28.5%
G = 13.47%
B = 58.03%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#371A70 (or 0x371A70) is known color: Persian Indigo. HEX triplet: 37, 1A and 70. RGB value is (55,26,112). Sum of RGB (Red+Green+Blue) = 55+26+112=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #371A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371A70 is #C8E58F. Grayscale: #2C2C2C. Windows color (decimal): -13165968 or 7346743. OLE color: 7346743.

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

Color convert

RGB 55 26 112 -
CMYK 0.51 0.77 0 0.56
HSL 260.23º 0.62% 0.27% -
HSV(B) 260.23º 0.77% 0.44% -
XYZ 4.87 2.72 15.6 -
YUV 44.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 55 26 112 0.51 0.77 0 0.56 260.23 0.62 0.27
Hex 37 1A 70 33 4D 0 38 104 3E 1B
Octal 67 32 160 63 115 0 70 404 76 33
Binary 110111 11010 1110000 110011 1001101 0 111000 100000100 111110 11011

Color Harmonies of #371A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A70

Black with #371A70

Text Example


Text Example

White with #371A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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