Html Css Color HEX #310D93 Persian Indigo

📋 copy color: '#310D93'

red 49 ◦ green 13 ◦ blue 147

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

Shades of Persian Indigo #310D93

Tints of Persian Indigo #310D93

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.22%

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

R = 23.44%
G = 6.22%
B = 70.33%

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

#310D93 (or 0x310D93) is known color: Persian Indigo. HEX triplet: 31, 0D and 93. RGB value is (49,13,147). Sum of RGB (Red+Green+Blue) = 49+13+147=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #310D93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310D93 is #CEF26C. Grayscale: #262626. Windows color (decimal): -13562477 or 9637169. OLE color: 9637169.

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

Color convert

RGB 49 13 147 -
CMYK 0.67 0.91 0 0.42
HSL 256.12º 0.84% 0.31% -
HSV(B) 256.12º 0.91% 0.58% -
XYZ 6.68 3.05 27.84 -
YUV 39.04 188.93 135.1 -
System Red Green Blue C M Y K H S L
Decimal 49 13 147 0.67 0.91 0 0.42 256.12 0.84 0.31
Hex 31 D 93 43 5B 0 2A 100 54 1F
Octal 61 15 223 103 133 0 52 400 124 37
Binary 110001 1101 10010011 1000011 1011011 0 101010 100000000 1010100 11111

Color Harmonies of #310D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D93

Black with #310D93

Text Example


Text Example

White with #310D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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