Html Css Color HEX #311ADF Han Purple

📋 copy color: '#311ADF'

red 49 ◦ green 26 ◦ blue 223

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

Shades of Han Purple #311ADF

Tints of Han Purple #311ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 74.83%

R = 16.44%
G = 8.72%
B = 74.83%

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

#311ADF (or 0x311ADF) is known color: Han Purple. HEX triplet: 31, 1A and DF. RGB value is (49,26,223). Sum of RGB (Red+Green+Blue) = 49+26+223=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 223 (87.5% from 255 or 74.83% from 298); Max value from RGB is 223 - color contains mainly: blue. Hex color #311ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311ADF is #CEE520. Grayscale: #363636. Windows color (decimal): -13559073 or 14621233. OLE color: 14621233.

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

Color convert

RGB 49 26 223 -
CMYK 0.78 0.88 0 0.13
HSL 247.01º 0.79% 0.49% -
HSV(B) 247.01º 0.88% 0.87% -
XYZ 14.96 6.72 70.32 -
YUV 55.34 222.62 123.48 -
System Red Green Blue C M Y K H S L
Decimal 49 26 223 0.78 0.88 0 0.13 247.01 0.79 0.49
Hex 31 1A DF 4E 58 0 D F7 4F 31
Octal 61 32 337 116 130 0 15 367 117 61
Binary 110001 11010 11011111 1001110 1011000 0 1101 11110111 1001111 110001

Color Harmonies of #311ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311ADF

Black with #311ADF

Text Example


Text Example

White with #311ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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