Html Css Color HEX #310E95 Persian Indigo

📋 copy color: '#310E95'

red 49 ◦ green 14 ◦ blue 149

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

Shades of Persian Indigo #310E95

Tints of Persian Indigo #310E95

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.6%

 BLUE value IS 149 (58.59% from 255) = 70.28%

R = 23.11%
G = 6.6%
B = 70.28%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#310E95 (or 0x310E95) is known color: Persian Indigo. HEX triplet: 31, 0E and 95. RGB value is (49,14,149). Sum of RGB (Red+Green+Blue) = 49+14+149=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 149 (58.59% from 255 or 70.28% from 212); Max value from RGB is 149 - color contains mainly: blue. Hex color #310E95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310E95 is #CEF16A. Grayscale: #272727. Windows color (decimal): -13562219 or 9768497. OLE color: 9768497.

HSL color Cylindrical-coordinate representation of color #310E95: hue angle of 255.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310E95 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 14 149 -
CMYK 0.67 0.91 0 0.42
HSL 255.56º 0.83% 0.32% -
HSV(B) 255.56º 0.91% 0.58% -
XYZ 6.85 3.14 28.68 -
YUV 39.86 189.6 134.52 -
System Red Green Blue C M Y K H S L
Decimal 49 14 149 0.67 0.91 0 0.42 255.56 0.83 0.32
Hex 31 E 95 43 5B 0 2A 100 53 20
Octal 61 16 225 103 133 0 52 400 123 40
Binary 110001 1110 10010101 1000011 1011011 0 101010 100000000 1010011 100000

Color Harmonies of #310E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310E95

Black with #310E95

Text Example


Text Example

White with #310E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310E95; }

 p { color: rgb(49,14,149); }

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

background-color css

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

 a { background-color: rgb(49,14,149); }

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

border-color css

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

 span { border-color: rgb(49,14,149); }

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