Html Css Color HEX #311AD4 Han Purple

📋 copy color: '#311AD4'

red 49 ◦ green 26 ◦ blue 212

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

Shades of Han Purple #311AD4

Tints of Han Purple #311AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 73.87%

R = 17.07%
G = 9.06%
B = 73.87%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#311AD4 (or 0x311AD4) is known color: Han Purple. HEX triplet: 31, 1A and D4. RGB value is (49,26,212). Sum of RGB (Red+Green+Blue) = 49+26+212=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 212 (83.20% from 255 or 73.87% from 287); Max value from RGB is 212 - color contains mainly: blue. Hex color #311AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311AD4 is #CEE52B. Grayscale: #353535. Windows color (decimal): -13559084 or 13900337. OLE color: 13900337.

HSL color Cylindrical-coordinate representation of color #311AD4: hue angle of 247.42º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311AD4 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 49 26 212 -
CMYK 0.77 0.88 0 0.17
HSL 247.42º 0.78% 0.47% -
HSV(B) 247.42º 0.88% 0.83% -
XYZ 13.52 6.15 62.76 -
YUV 54.08 217.12 124.38 -
System Red Green Blue C M Y K H S L
Decimal 49 26 212 0.77 0.88 0 0.17 247.42 0.78 0.47
Hex 31 1A D4 4D 58 0 11 F7 4E 2F
Octal 61 32 324 115 130 0 21 367 116 57
Binary 110001 11010 11010100 1001101 1011000 0 10001 11110111 1001110 101111

Color Harmonies of #311AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311AD4

Black with #311AD4

Text Example


Text Example

White with #311AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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