Html Css Color HEX #371275 Persian Indigo

📋 copy color: '#371275'

red 55 ◦ green 18 ◦ blue 117

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

Shades of Persian Indigo #371275

Tints of Persian Indigo #371275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.47%

 BLUE value IS 117 (46.09% from 255) = 61.58%

R = 28.95%
G = 9.47%
B = 61.58%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#371275 (or 0x371275) is known color: Persian Indigo. HEX triplet: 37, 12 and 75. RGB value is (55,18,117). Sum of RGB (Red+Green+Blue) = 55+18+117=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #371275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371275 is #C8ED8A. Grayscale: #272727. Windows color (decimal): -13168011 or 7672375. OLE color: 7672375.

HSL color Cylindrical-coordinate representation of color #371275: hue angle of 262.42º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371275 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 18 117 -
CMYK 0.53 0.85 0 0.54
HSL 262.42º 0.73% 0.26% -
HSV(B) 262.42º 0.85% 0.46% -
XYZ 5 2.53 17.05 -
YUV 40.35 171.26 138.45 -
System Red Green Blue C M Y K H S L
Decimal 55 18 117 0.53 0.85 0 0.54 262.42 0.73 0.26
Hex 37 12 75 35 55 0 36 106 49 1A
Octal 67 22 165 65 125 0 66 406 111 32
Binary 110111 10010 1110101 110101 1010101 0 110110 100000110 1001001 11010

Color Harmonies of #371275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371275

Black with #371275

Text Example


Text Example

White with #371275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371275; }

 p { color: rgb(55,18,117); }

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

background-color css

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

 a { background-color: rgb(55,18,117); }

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

border-color css

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

 span { border-color: rgb(55,18,117); }

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