Html Css Color HEX #371C9D Persian Indigo

📋 copy color: '#371C9D'

red 55 ◦ green 28 ◦ blue 157

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

Shades of Persian Indigo #371C9D

Tints of Persian Indigo #371C9D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.67%

 BLUE value IS 157 (61.72% from 255) = 65.42%

R = 22.92%
G = 11.67%
B = 65.42%

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

#371C9D (or 0x371C9D) is known color: Persian Indigo. HEX triplet: 37, 1C and 9D. RGB value is (55,28,157). Sum of RGB (Red+Green+Blue) = 55+28+157=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #371C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371C9D is #C8E362. Grayscale: #323232. Windows color (decimal): -13165411 or 10296375. OLE color: 10296375.

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

Color convert

RGB 55 28 157 -
CMYK 0.65 0.82 0 0.38
HSL 252.56º 0.7% 0.36% -
HSV(B) 252.56º 0.82% 0.62% -
XYZ 8.08 4.08 32.26 -
YUV 50.78 187.95 131.01 -
System Red Green Blue C M Y K H S L
Decimal 55 28 157 0.65 0.82 0 0.38 252.56 0.7 0.36
Hex 37 1C 9D 41 52 0 26 FD 46 24
Octal 67 34 235 101 122 0 46 375 106 44
Binary 110111 11100 10011101 1000001 1010010 0 100110 11111101 1000110 100100

Color Harmonies of #371C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C9D

Black with #371C9D

Text Example


Text Example

White with #371C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,28,157); }

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

background-color css

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

 a { background-color: rgb(55,28,157); }

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

border-color css

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

 span { border-color: rgb(55,28,157); }

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