Html Css Color HEX #371E8C Persian Indigo

📋 copy color: '#371E8C'

red 55 ◦ green 30 ◦ blue 140

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

Shades of Persian Indigo #371E8C

Tints of Persian Indigo #371E8C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.33%

 BLUE value IS 140 (55.08% from 255) = 62.22%

R = 24.44%
G = 13.33%
B = 62.22%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#371E8C (or 0x371E8C) is known color: Persian Indigo. HEX triplet: 37, 1E and 8C. RGB value is (55,30,140). Sum of RGB (Red+Green+Blue) = 55+30+140=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 140 (55.08% from 255 or 62.22% from 225); Max value from RGB is 140 - color contains mainly: blue. Hex color #371E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371E8C is #C8E173. Grayscale: #313131. Windows color (decimal): -13164916 or 9182775. OLE color: 9182775.

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

Color convert

RGB 55 30 140 -
CMYK 0.61 0.79 0 0.45
HSL 253.64º 0.65% 0.33% -
HSV(B) 253.64º 0.79% 0.55% -
XYZ 6.77 3.63 25.16 -
YUV 50.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 55 30 140 0.61 0.79 0 0.45 253.64 0.65 0.33
Hex 37 1E 8C 3D 4F 0 2D FE 41 21
Octal 67 36 214 75 117 0 55 376 101 41
Binary 110111 11110 10001100 111101 1001111 0 101101 11111110 1000001 100001

Color Harmonies of #371E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E8C

Black with #371E8C

Text Example


Text Example

White with #371E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,30,140); }

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

background-color css

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

 a { background-color: rgb(55,30,140); }

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

border-color css

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

 span { border-color: rgb(55,30,140); }

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