Html Css Color HEX #311AE5 Han Purple

📋 copy color: '#311AE5'

red 49 ◦ green 26 ◦ blue 229

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

Shades of Han Purple #311AE5

Tints of Han Purple #311AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 75.33%

R = 16.12%
G = 8.55%
B = 75.33%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#311AE5 (or 0x311AE5) is known color: Han Purple. HEX triplet: 31, 1A and E5. RGB value is (49,26,229). Sum of RGB (Red+Green+Blue) = 49+26+229=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 229 (89.84% from 255 or 75.33% from 304); Max value from RGB is 229 - color contains mainly: blue. Hex color #311AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311AE5 is #CEE51A. Grayscale: #373737. Windows color (decimal): -13559067 or 15014449. OLE color: 15014449.

HSL color Cylindrical-coordinate representation of color #311AE5: hue angle of 246.8º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #311AE5 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 26 229 -
CMYK 0.79 0.89 0 0.10
HSL 246.8º 0.8% 0.5% -
HSV(B) 246.8º 0.89% 0.9% -
XYZ 15.78 7.05 74.66 -
YUV 56.02 225.62 122.99 -
System Red Green Blue C M Y K H S L
Decimal 49 26 229 0.79 0.89 0 0.10 246.8 0.8 0.5
Hex 31 1A E5 4F 59 0 A F7 50 32
Octal 61 32 345 117 131 0 12 367 120 62
Binary 110001 11010 11100101 1001111 1011001 0 1010 11110111 1010000 110010

Color Harmonies of #311AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311AE5

Black with #311AE5

Text Example


Text Example

White with #311AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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