Html Css Color HEX #371D95 Persian Indigo

📋 copy color: '#371D95'

red 55 ◦ green 29 ◦ blue 149

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

Shades of Persian Indigo #371D95

Tints of Persian Indigo #371D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.95%

R = 23.61%
G = 12.45%
B = 63.95%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#371D95 (or 0x371D95) is known color: Persian Indigo. HEX triplet: 37, 1D and 95. RGB value is (55,29,149). Sum of RGB (Red+Green+Blue) = 55+29+149=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #371D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371D95 is #C8E26A. Grayscale: #323232. Windows color (decimal): -13165163 or 9772343. OLE color: 9772343.

HSL color Cylindrical-coordinate representation of color #371D95: hue angle of 253º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371D95 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 29 149 -
CMYK 0.63 0.81 0 0.42
HSL 253º 0.67% 0.35% -
HSV(B) 253º 0.81% 0.58% -
XYZ 7.44 3.86 28.79 -
YUV 50.45 183.61 131.24 -
System Red Green Blue C M Y K H S L
Decimal 55 29 149 0.63 0.81 0 0.42 253 0.67 0.35
Hex 37 1D 95 3F 51 0 2A FD 43 23
Octal 67 35 225 77 121 0 52 375 103 43
Binary 110111 11101 10010101 111111 1010001 0 101010 11111101 1000011 100011

Color Harmonies of #371D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D95

Black with #371D95

Text Example


Text Example

White with #371D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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