Html Css Color HEX #312394 Persian Indigo

📋 copy color: '#312394'

red 49 ◦ green 35 ◦ blue 148

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

Shades of Persian Indigo #312394

Tints of Persian Indigo #312394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.09%

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

R = 21.12%
G = 15.09%
B = 63.79%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#312394 (or 0x312394) is known color: Persian Indigo. HEX triplet: 31, 23 and 94. RGB value is (49,35,148). Sum of RGB (Red+Green+Blue) = 49+35+148=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #312394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312394 is #CEDC6B. Grayscale: #333333. Windows color (decimal): -13556844 or 9708337. OLE color: 9708337.

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

Color convert

RGB 49 35 148 -
CMYK 0.67 0.76 0 0.42
HSL 247.43º 0.62% 0.36% -
HSV(B) 247.43º 0.76% 0.58% -
XYZ 7.21 3.99 28.41 -
YUV 52.07 182.14 125.81 -
System Red Green Blue C M Y K H S L
Decimal 49 35 148 0.67 0.76 0 0.42 247.43 0.62 0.36
Hex 31 23 94 43 4C 0 2A F7 3E 24
Octal 61 43 224 103 114 0 52 367 76 44
Binary 110001 100011 10010100 1000011 1001100 0 101010 11110111 111110 100100

Color Harmonies of #312394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312394

Black with #312394

Text Example


Text Example

White with #312394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312394; }

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

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

background-color css

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

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

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

border-color css

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

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

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