Html Css Color HEX #311ADD Han Purple

📋 copy color: '#311ADD'

red 49 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #311ADD

Tints of Han Purple #311ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.78%

 BLUE value IS 221 (86.72% from 255) = 74.66%

R = 16.55%
G = 8.78%
B = 74.66%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#311ADD (or 0x311ADD) is known color: Han Purple. HEX triplet: 31, 1A and DD. RGB value is (49,26,221). Sum of RGB (Red+Green+Blue) = 49+26+221=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 221 (86.72% from 255 or 74.66% from 296); Max value from RGB is 221 - color contains mainly: blue. Hex color #311ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311ADD is #CEE522. Grayscale: #363636. Windows color (decimal): -13559075 or 14490161. OLE color: 14490161.

HSL color Cylindrical-coordinate representation of color #311ADD: hue angle of 247.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311ADD is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 26 221 -
CMYK 0.78 0.88 0 0.13
HSL 247.08º 0.79% 0.48% -
HSV(B) 247.08º 0.88% 0.87% -
XYZ 14.69 6.61 68.91 -
YUV 55.11 221.62 123.64 -
System Red Green Blue C M Y K H S L
Decimal 49 26 221 0.78 0.88 0 0.13 247.08 0.79 0.48
Hex 31 1A DD 4E 58 0 D F7 4F 30
Octal 61 32 335 116 130 0 15 367 117 60
Binary 110001 11010 11011101 1001110 1011000 0 1101 11110111 1001111 110000

Color Harmonies of #311ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311ADD

Black with #311ADD

Text Example


Text Example

White with #311ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311ADD; }

 p { color: rgb(49,26,221); }

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

background-color css

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

 a { background-color: rgb(49,26,221); }

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

border-color css

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

 span { border-color: rgb(49,26,221); }

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