Html Css Color HEX #311482 Persian Indigo

📋 copy color: '#311482'

red 49 ◦ green 20 ◦ blue 130

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

Shades of Persian Indigo #311482

Tints of Persian Indigo #311482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

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

R = 24.62%
G = 10.05%
B = 65.33%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#311482 (or 0x311482) is known color: Persian Indigo. HEX triplet: 31, 14 and 82. RGB value is (49,20,130). Sum of RGB (Red+Green+Blue) = 49+20+130=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #311482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311482 is #CEEB7D. Grayscale: #282828. Windows color (decimal): -13560702 or 8524849. OLE color: 8524849.

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

Color convert

RGB 49 20 130 -
CMYK 0.62 0.85 0 0.49
HSL 255.82º 0.73% 0.29% -
HSV(B) 255.82º 0.85% 0.51% -
XYZ 5.55 2.76 21.36 -
YUV 41.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 49 20 130 0.62 0.85 0 0.49 255.82 0.73 0.29
Hex 31 14 82 3E 55 0 31 100 49 1D
Octal 61 24 202 76 125 0 61 400 111 35
Binary 110001 10100 10000010 111110 1010101 0 110001 100000000 1001001 11101

Color Harmonies of #311482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311482

Black with #311482

Text Example


Text Example

White with #311482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311482; }

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

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

background-color css

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

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

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

border-color css

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

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

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