Html Css Color HEX #310E93 Persian Indigo

📋 copy color: '#310E93'

red 49 ◦ green 14 ◦ blue 147

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

Shades of Persian Indigo #310E93

Tints of Persian Indigo #310E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 70%

R = 23.33%
G = 6.67%
B = 70%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#310E93 (or 0x310E93) is known color: Persian Indigo. HEX triplet: 31, 0E and 93. RGB value is (49,14,147). Sum of RGB (Red+Green+Blue) = 49+14+147=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #310E93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310E93 is #CEF16C. Grayscale: #272727. Windows color (decimal): -13562221 or 9637425. OLE color: 9637425.

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

Color convert

RGB 49 14 147 -
CMYK 0.67 0.90 0 0.42
HSL 255.79º 0.83% 0.32% -
HSV(B) 255.79º 0.9% 0.58% -
XYZ 6.69 3.07 27.84 -
YUV 39.63 188.6 134.69 -
System Red Green Blue C M Y K H S L
Decimal 49 14 147 0.67 0.90 0 0.42 255.79 0.83 0.32
Hex 31 E 93 43 5A 0 2A 100 53 20
Octal 61 16 223 103 132 0 52 400 123 40
Binary 110001 1110 10010011 1000011 1011010 0 101010 100000000 1010011 100000

Color Harmonies of #310E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310E93

Black with #310E93

Text Example


Text Example

White with #310E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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