Html Css Color HEX #371894 Persian Indigo

📋 copy color: '#371894'

red 55 ◦ green 24 ◦ blue 148

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

Shades of Persian Indigo #371894

Tints of Persian Indigo #371894

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.57%

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

R = 24.23%
G = 10.57%
B = 65.2%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#371894 (or 0x371894) is known color: Persian Indigo. HEX triplet: 37, 18 and 94. RGB value is (55,24,148). Sum of RGB (Red+Green+Blue) = 55+24+148=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #371894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371894 is #C8E76B. Grayscale: #2E2E2E. Windows color (decimal): -13166444 or 9705527. OLE color: 9705527.

HSL color Cylindrical-coordinate representation of color #371894: hue angle of 255º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371894 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 24 148 -
CMYK 0.63 0.84 0 0.42
HSL 255º 0.72% 0.34% -
HSV(B) 255º 0.84% 0.58% -
XYZ 7.25 3.6 28.33 -
YUV 47.41 184.77 133.42 -
System Red Green Blue C M Y K H S L
Decimal 55 24 148 0.63 0.84 0 0.42 255 0.72 0.34
Hex 37 18 94 3F 54 0 2A FF 48 22
Octal 67 30 224 77 124 0 52 377 110 42
Binary 110111 11000 10010100 111111 1010100 0 101010 11111111 1001000 100010

Color Harmonies of #371894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371894

Black with #371894

Text Example


Text Example

White with #371894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371894; }

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

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

background-color css

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

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

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

border-color css

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

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

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