Html Css Color HEX #371985 Persian Indigo

📋 copy color: '#371985'

red 55 ◦ green 25 ◦ blue 133

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

Shades of Persian Indigo #371985

Tints of Persian Indigo #371985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 62.44%

R = 25.82%
G = 11.74%
B = 62.44%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#371985 (or 0x371985) is known color: Persian Indigo. HEX triplet: 37, 19 and 85. RGB value is (55,25,133). Sum of RGB (Red+Green+Blue) = 55+25+133=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #371985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371985 is #C8E67A. Grayscale: #2D2D2D. Windows color (decimal): -13166203 or 8722743. OLE color: 8722743.

HSL color Cylindrical-coordinate representation of color #371985: hue angle of 256.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371985 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 25 133 -
CMYK 0.59 0.81 0 0.48
HSL 256.67º 0.68% 0.31% -
HSV(B) 256.67º 0.81% 0.52% -
XYZ 6.16 3.2 22.48 -
YUV 46.28 176.94 134.22 -
System Red Green Blue C M Y K H S L
Decimal 55 25 133 0.59 0.81 0 0.48 256.67 0.68 0.31
Hex 37 19 85 3B 51 0 30 101 44 1F
Octal 67 31 205 73 121 0 60 401 104 37
Binary 110111 11001 10000101 111011 1010001 0 110000 100000001 1000100 11111

Color Harmonies of #371985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371985

Black with #371985

Text Example


Text Example

White with #371985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371985; }

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

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

background-color css

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

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

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

border-color css

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

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

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