Html Css Color HEX #312094 Persian Indigo

📋 copy color: '#312094'

red 49 ◦ green 32 ◦ blue 148

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

Shades of Persian Indigo #312094

Tints of Persian Indigo #312094

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.97%

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

R = 21.4%
G = 13.97%
B = 64.63%

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

#312094 (or 0x312094) is known color: Persian Indigo. HEX triplet: 31, 20 and 94. RGB value is (49,32,148). Sum of RGB (Red+Green+Blue) = 49+32+148=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #312094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312094 is #CEDF6B. Grayscale: #313131. Windows color (decimal): -13557612 or 9707569. OLE color: 9707569.

HSL color Cylindrical-coordinate representation of color #312094: hue angle of 248.79º 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 #312094 is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 32 148 -
CMYK 0.67 0.78 0 0.42
HSL 248.79º 0.64% 0.35% -
HSV(B) 248.79º 0.78% 0.58% -
XYZ 7.13 3.82 28.38 -
YUV 50.31 183.13 127.07 -
System Red Green Blue C M Y K H S L
Decimal 49 32 148 0.67 0.78 0 0.42 248.79 0.64 0.35
Hex 31 20 94 43 4E 0 2A F9 40 23
Octal 61 40 224 103 116 0 52 371 100 43
Binary 110001 100000 10010100 1000011 1001110 0 101010 11111001 1000000 100011

Color Harmonies of #312094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312094

Black with #312094

Text Example


Text Example

White with #312094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312094; }

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

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

background-color css

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

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

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

border-color css

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

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

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