Html Css Color HEX #310482 Persian Indigo

📋 copy color: '#310482'

red 49 ◦ green 4 ◦ blue 130

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

Shades of Persian Indigo #310482

Tints of Persian Indigo #310482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.19%

 BLUE value IS 130 (51.17% from 255) = 71.04%

R = 26.78%
G = 2.19%
B = 71.04%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#310482 (or 0x310482) is known color: Persian Indigo. HEX triplet: 31, 04 and 82. RGB value is (49,4,130). Sum of RGB (Red+Green+Blue) = 49+4+130=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #310482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310482 is #CEFB7D. Grayscale: #1F1F1F. Windows color (decimal): -13564798 or 8520753. OLE color: 8520753.

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

Color convert

RGB 49 4 130 -
CMYK 0.62 0.97 0 0.49
HSL 261.43º 0.94% 0.26% -
HSV(B) 261.43º 0.97% 0.51% -
XYZ 5.34 2.35 21.29 -
YUV 31.82 183.41 140.25 -
System Red Green Blue C M Y K H S L
Decimal 49 4 130 0.62 0.97 0 0.49 261.43 0.94 0.26
Hex 31 4 82 3E 61 0 31 105 5E 1A
Octal 61 4 202 76 141 0 61 405 136 32
Binary 110001 100 10000010 111110 1100001 0 110001 100000101 1011110 11010

Color Harmonies of #310482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310482

Black with #310482

Text Example


Text Example

White with #310482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310482; }

 p { color: rgb(49,4,130); }

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

background-color css

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

 a { background-color: rgb(49,4,130); }

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

border-color css

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

 span { border-color: rgb(49,4,130); }

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