Html Css Color HEX #310B93 Persian Indigo

📋 copy color: '#310B93'

red 49 ◦ green 11 ◦ blue 147

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

Shades of Persian Indigo #310B93

Tints of Persian Indigo #310B93

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.31%

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

R = 23.67%
G = 5.31%
B = 71.01%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#310B93 (or 0x310B93) is known color: Persian Indigo. HEX triplet: 31, 0B and 93. RGB value is (49,11,147). Sum of RGB (Red+Green+Blue) = 49+11+147=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 147 (57.81% from 255 or 71.01% from 207); Max value from RGB is 147 - color contains mainly: blue. Hex color #310B93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310B93 is #CEF46C. Grayscale: #252525. Windows color (decimal): -13562989 or 9636657. OLE color: 9636657.

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

Color convert

RGB 49 11 147 -
CMYK 0.67 0.93 0 0.42
HSL 256.76º 0.86% 0.31% -
HSV(B) 256.76º 0.93% 0.58% -
XYZ 6.65 3 27.83 -
YUV 37.87 189.59 135.94 -
System Red Green Blue C M Y K H S L
Decimal 49 11 147 0.67 0.93 0 0.42 256.76 0.86 0.31
Hex 31 B 93 43 5D 0 2A 101 56 1F
Octal 61 13 223 103 135 0 52 401 126 37
Binary 110001 1011 10010011 1000011 1011101 0 101010 100000001 1010110 11111

Color Harmonies of #310B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310B93

Black with #310B93

Text Example


Text Example

White with #310B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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