Html Css Color HEX #310882 Persian Indigo

📋 copy color: '#310882'

red 49 ◦ green 8 ◦ blue 130

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

Shades of Persian Indigo #310882

Tints of Persian Indigo #310882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.28%

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

R = 26.2%
G = 4.28%
B = 69.52%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#310882 (or 0x310882) is known color: Persian Indigo. HEX triplet: 31, 08 and 82. RGB value is (49,8,130). Sum of RGB (Red+Green+Blue) = 49+8+130=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #310882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310882 is #CEF77D. Grayscale: #212121. Windows color (decimal): -13563774 or 8521777. OLE color: 8521777.

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

Color convert

RGB 49 8 130 -
CMYK 0.62 0.94 0 0.49
HSL 260.16º 0.88% 0.27% -
HSV(B) 260.16º 0.94% 0.51% -
XYZ 5.38 2.44 21.31 -
YUV 34.17 182.08 138.58 -
System Red Green Blue C M Y K H S L
Decimal 49 8 130 0.62 0.94 0 0.49 260.16 0.88 0.27
Hex 31 8 82 3E 5E 0 31 104 58 1B
Octal 61 10 202 76 136 0 61 404 130 33
Binary 110001 1000 10000010 111110 1011110 0 110001 100000100 1011000 11011

Color Harmonies of #310882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310882

Black with #310882

Text Example


Text Example

White with #310882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310882; }

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

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

background-color css

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

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

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

border-color css

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

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

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