Html Css Color HEX #310D83 Persian Indigo

📋 copy color: '#310D83'

red 49 ◦ green 13 ◦ blue 131

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

Shades of Persian Indigo #310D83

Tints of Persian Indigo #310D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 67.88%

R = 25.39%
G = 6.74%
B = 67.88%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#310D83 (or 0x310D83) is known color: Persian Indigo. HEX triplet: 31, 0D and 83. RGB value is (49,13,131). Sum of RGB (Red+Green+Blue) = 49+13+131=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 131 (51.56% from 255 or 67.88% from 193); Max value from RGB is 131 - color contains mainly: blue. Hex color #310D83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310D83 is #CEF27C. Grayscale: #242424. Windows color (decimal): -13562493 or 8588593. OLE color: 8588593.

HSL color Cylindrical-coordinate representation of color #310D83: hue angle of 258.31º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310D83 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 13 131 -
CMYK 0.63 0.90 0 0.49
HSL 258.31º 0.82% 0.28% -
HSV(B) 258.31º 0.9% 0.51% -
XYZ 5.51 2.58 21.68 -
YUV 37.22 180.93 136.41 -
System Red Green Blue C M Y K H S L
Decimal 49 13 131 0.63 0.90 0 0.49 258.31 0.82 0.28
Hex 31 D 83 3F 5A 0 31 102 52 1C
Octal 61 15 203 77 132 0 61 402 122 34
Binary 110001 1101 10000011 111111 1011010 0 110001 100000010 1010010 11100

Color Harmonies of #310D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310D83

Black with #310D83

Text Example


Text Example

White with #310D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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