Html Css Color HEX #371F8D Persian Indigo

📋 copy color: '#371F8D'

red 55 ◦ green 31 ◦ blue 141

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

Shades of Persian Indigo #371F8D

Tints of Persian Indigo #371F8D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.66%

 BLUE value IS 141 (55.47% from 255) = 62.11%

R = 24.23%
G = 13.66%
B = 62.11%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#371F8D (or 0x371F8D) is known color: Persian Indigo. HEX triplet: 37, 1F and 8D. RGB value is (55,31,141). Sum of RGB (Red+Green+Blue) = 55+31+141=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #371F8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371F8D is #C8E072. Grayscale: #323232. Windows color (decimal): -13164659 or 9248567. OLE color: 9248567.

HSL color Cylindrical-coordinate representation of color #371F8D: hue angle of 253.09º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #371F8D is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 31 141 -
CMYK 0.61 0.78 0 0.45
HSL 253.09º 0.64% 0.34% -
HSV(B) 253.09º 0.78% 0.55% -
XYZ 6.87 3.72 25.55 -
YUV 50.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 55 31 141 0.61 0.78 0 0.45 253.09 0.64 0.34
Hex 37 1F 8D 3D 4E 0 2D FD 40 22
Octal 67 37 215 75 116 0 55 375 100 42
Binary 110111 11111 10001101 111101 1001110 0 101101 11111101 1000000 100010

Color Harmonies of #371F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371F8D

Black with #371F8D

Text Example


Text Example

White with #371F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,31,141); }

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

background-color css

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

 a { background-color: rgb(55,31,141); }

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

border-color css

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

 span { border-color: rgb(55,31,141); }

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