Html Css Color HEX #371D9F Persian Indigo

📋 copy color: '#371D9F'

red 55 ◦ green 29 ◦ blue 159

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

Shades of Persian Indigo #371D9F

Tints of Persian Indigo #371D9F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.93%

 BLUE value IS 159 (62.5% from 255) = 65.43%

R = 22.63%
G = 11.93%
B = 65.43%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#371D9F (or 0x371D9F) is known color: Persian Indigo. HEX triplet: 37, 1D and 9F. RGB value is (55,29,159). Sum of RGB (Red+Green+Blue) = 55+29+159=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #371D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371D9F is #C8E260. Grayscale: #333333. Windows color (decimal): -13165153 or 10427703. OLE color: 10427703.

HSL color Cylindrical-coordinate representation of color #371D9F: hue angle of 252º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #371D9F is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 29 159 -
CMYK 0.65 0.82 0 0.38
HSL 252º 0.69% 0.37% -
HSV(B) 252º 0.82% 0.62% -
XYZ 8.27 4.19 33.17 -
YUV 51.59 188.61 130.43 -
System Red Green Blue C M Y K H S L
Decimal 55 29 159 0.65 0.82 0 0.38 252 0.69 0.37
Hex 37 1D 9F 41 52 0 26 FC 45 25
Octal 67 35 237 101 122 0 46 374 105 45
Binary 110111 11101 10011111 1000001 1010010 0 100110 11111100 1000101 100101

Color Harmonies of #371D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D9F

Black with #371D9F

Text Example


Text Example

White with #371D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,29,159); }

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

background-color css

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

 a { background-color: rgb(55,29,159); }

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

border-color css

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

 span { border-color: rgb(55,29,159); }

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