Html Css Color HEX #371194 Persian Indigo

📋 copy color: '#371194'

red 55 ◦ green 17 ◦ blue 148

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

Shades of Persian Indigo #371194

Tints of Persian Indigo #371194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.73%

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

R = 25%
G = 7.73%
B = 67.27%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#371194 (or 0x371194) is known color: Persian Indigo. HEX triplet: 37, 11 and 94. RGB value is (55,17,148). Sum of RGB (Red+Green+Blue) = 55+17+148=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 148 (58.20% from 255 or 67.27% from 220); Max value from RGB is 148 - color contains mainly: blue. Hex color #371194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371194 is #C8EE6B. Grayscale: #2A2A2A. Windows color (decimal): -13168236 or 9703735. OLE color: 9703735.

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

Color convert

RGB 55 17 148 -
CMYK 0.63 0.89 0 0.42
HSL 257.4º 0.79% 0.32% -
HSV(B) 257.4º 0.89% 0.58% -
XYZ 7.12 3.35 28.29 -
YUV 43.3 187.09 136.35 -
System Red Green Blue C M Y K H S L
Decimal 55 17 148 0.63 0.89 0 0.42 257.4 0.79 0.32
Hex 37 11 94 3F 59 0 2A 101 4F 20
Octal 67 21 224 77 131 0 52 401 117 40
Binary 110111 10001 10010100 111111 1011001 0 101010 100000001 1001111 100000

Color Harmonies of #371194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371194

Black with #371194

Text Example


Text Example

White with #371194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371194; }

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

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

background-color css

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

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

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

border-color css

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

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

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