Html Css Color HEX #371D94 Persian Indigo

📋 copy color: '#371D94'

red 55 ◦ green 29 ◦ blue 148

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

Shades of Persian Indigo #371D94

Tints of Persian Indigo #371D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 63.79%

R = 23.71%
G = 12.5%
B = 63.79%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#371D94 (or 0x371D94) is known color: Persian Indigo. HEX triplet: 37, 1D and 94. RGB value is (55,29,148). Sum of RGB (Red+Green+Blue) = 55+29+148=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #371D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371D94 is #C8E26B. Grayscale: #313131. Windows color (decimal): -13165164 or 9706807. OLE color: 9706807.

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

Color convert

RGB 55 29 148 -
CMYK 0.63 0.80 0 0.42
HSL 253.11º 0.67% 0.35% -
HSV(B) 253.11º 0.8% 0.58% -
XYZ 7.36 3.83 28.37 -
YUV 50.34 183.11 131.32 -
System Red Green Blue C M Y K H S L
Decimal 55 29 148 0.63 0.80 0 0.42 253.11 0.67 0.35
Hex 37 1D 94 3F 50 0 2A FD 43 23
Octal 67 35 224 77 120 0 52 375 103 43
Binary 110111 11101 10010100 111111 1010000 0 101010 11111101 1000011 100011

Color Harmonies of #371D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D94

Black with #371D94

Text Example


Text Example

White with #371D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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