Html Css Color HEX #371094 Persian Indigo

📋 copy color: '#371094'

red 55 ◦ green 16 ◦ blue 148

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

Shades of Persian Indigo #371094

Tints of Persian Indigo #371094

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.31%

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

R = 25.11%
G = 7.31%
B = 67.58%

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

#371094 (or 0x371094) is known color: Persian Indigo. HEX triplet: 37, 10 and 94. RGB value is (55,16,148). Sum of RGB (Red+Green+Blue) = 55+16+148=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #371094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371094 is #C8EF6B. Grayscale: #2A2A2A. Windows color (decimal): -13168492 or 9703479. OLE color: 9703479.

HSL color Cylindrical-coordinate representation of color #371094: hue angle of 257.73º degrees, saturation: 0.8, 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 #371094 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 16 148 -
CMYK 0.63 0.89 0 0.42
HSL 257.73º 0.8% 0.32% -
HSV(B) 257.73º 0.89% 0.58% -
XYZ 7.11 3.32 28.28 -
YUV 42.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 55 16 148 0.63 0.89 0 0.42 257.73 0.8 0.32
Hex 37 10 94 3F 59 0 2A 102 50 20
Octal 67 20 224 77 131 0 52 402 120 40
Binary 110111 10000 10010100 111111 1011001 0 101010 100000010 1010000 100000

Color Harmonies of #371094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371094

Black with #371094

Text Example


Text Example

White with #371094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371094; }

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

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

background-color css

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

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

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

border-color css

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

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

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