Html Css Color HEX #312194 Persian Indigo

📋 copy color: '#312194'

red 49 ◦ green 33 ◦ blue 148

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

Shades of Persian Indigo #312194

Tints of Persian Indigo #312194

RGB

 RED value IS 49 (19.53% from 255) = 21.3%

 GREEN value IS 33 (13.28% from 255) = 14.35%

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

R = 21.3%
G = 14.35%
B = 64.35%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#312194 (or 0x312194) is known color: Persian Indigo. HEX triplet: 31, 21 and 94. RGB value is (49,33,148). Sum of RGB (Red+Green+Blue) = 49+33+148=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #312194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312194 is #CEDE6B. Grayscale: #323232. Windows color (decimal): -13557356 or 9707825. OLE color: 9707825.

HSL color Cylindrical-coordinate representation of color #312194: hue angle of 248.35º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #312194 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 33 148 -
CMYK 0.67 0.78 0 0.42
HSL 248.35º 0.64% 0.35% -
HSV(B) 248.35º 0.78% 0.58% -
XYZ 7.16 3.88 28.39 -
YUV 50.89 182.8 126.65 -
System Red Green Blue C M Y K H S L
Decimal 49 33 148 0.67 0.78 0 0.42 248.35 0.64 0.35
Hex 31 21 94 43 4E 0 2A F8 40 23
Octal 61 41 224 103 116 0 52 370 100 43
Binary 110001 100001 10010100 1000011 1001110 0 101010 11111000 1000000 100011

Color Harmonies of #312194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312194

Black with #312194

Text Example


Text Example

White with #312194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312194; }

 p { color: rgb(49,33,148); }

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

background-color css

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

 a { background-color: rgb(49,33,148); }

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

border-color css

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

 span { border-color: rgb(49,33,148); }

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