Html Css Color HEX #310383 Persian Indigo

📋 copy color: '#310383'

red 49 ◦ green 3 ◦ blue 131

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

Shades of Persian Indigo #310383

Tints of Persian Indigo #310383

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.64%

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

R = 26.78%
G = 1.64%
B = 71.58%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#310383 (or 0x310383) is known color: Persian Indigo. HEX triplet: 31, 03 and 83. RGB value is (49,3,131). Sum of RGB (Red+Green+Blue) = 49+3+131=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 131 (51.56% from 255 or 71.58% from 183); Max value from RGB is 131 - color contains mainly: blue. Hex color #310383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310383 is #CEFC7C. Grayscale: #1E1E1E. Windows color (decimal): -13565053 or 8586033. OLE color: 8586033.

HSL color Cylindrical-coordinate representation of color #310383: hue angle of 261.56º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310383 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 3 131 -
CMYK 0.63 0.98 0 0.49
HSL 261.56º 0.96% 0.26% -
HSV(B) 261.56º 0.98% 0.51% -
XYZ 5.4 2.36 21.64 -
YUV 31.35 184.24 140.59 -
System Red Green Blue C M Y K H S L
Decimal 49 3 131 0.63 0.98 0 0.49 261.56 0.96 0.26
Hex 31 3 83 3F 62 0 31 106 60 1A
Octal 61 3 203 77 142 0 61 406 140 32
Binary 110001 11 10000011 111111 1100010 0 110001 100000110 1100000 11010

Color Harmonies of #310383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310383

Black with #310383

Text Example


Text Example

White with #310383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310383; }

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

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

background-color css

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

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

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

border-color css

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

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

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