Html Css Color HEX #371975 Persian Indigo

📋 copy color: '#371975'

red 55 ◦ green 25 ◦ blue 117

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

Shades of Persian Indigo #371975

Tints of Persian Indigo #371975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.69%

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

R = 27.92%
G = 12.69%
B = 59.39%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#371975 (or 0x371975) is known color: Persian Indigo. HEX triplet: 37, 19 and 75. RGB value is (55,25,117). Sum of RGB (Red+Green+Blue) = 55+25+117=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #371975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371975 is #C8E68A. Grayscale: #2C2C2C. Windows color (decimal): -13166219 or 7674167. OLE color: 7674167.

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

Color convert

RGB 55 25 117 -
CMYK 0.53 0.79 0 0.54
HSL 259.57º 0.65% 0.28% -
HSV(B) 259.57º 0.79% 0.46% -
XYZ 5.13 2.79 17.1 -
YUV 44.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 55 25 117 0.53 0.79 0 0.54 259.57 0.65 0.28
Hex 37 19 75 35 4F 0 36 104 41 1C
Octal 67 31 165 65 117 0 66 404 101 34
Binary 110111 11001 1110101 110101 1001111 0 110110 100000100 1000001 11100

Color Harmonies of #371975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371975

Black with #371975

Text Example


Text Example

White with #371975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371975; }

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

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

background-color css

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

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

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

border-color css

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

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

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