Html Css Color HEX #2E1FDD Han Purple

📋 copy color: '#2E1FDD'

red 46 ◦ green 31 ◦ blue 221

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

Shades of Han Purple #2E1FDD

Tints of Han Purple #2E1FDD

RGB

 RED value IS 46 (18.36% from 255) = 15.44%

 GREEN value IS 31 (12.5% from 255) = 10.4%

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

R = 15.44%
G = 10.4%
B = 74.16%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E1FDD (or 0x2E1FDD) is known color: Han Purple. HEX triplet: 2E, 1F and DD. RGB value is (46,31,221). Sum of RGB (Red+Green+Blue) = 46+31+221=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E1FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1FDD is #D1E022. Grayscale: #383838. Windows color (decimal): -13754403 or 14491438. OLE color: 14491438.

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

Color convert

RGB 46 31 221 -
CMYK 0.79 0.86 0 0.13
HSL 244.74º 0.75% 0.49% -
HSV(B) 244.74º 0.86% 0.87% -
XYZ 14.67 6.78 68.94 -
YUV 57.15 220.47 120.05 -
System Red Green Blue C M Y K H S L
Decimal 46 31 221 0.79 0.86 0 0.13 244.74 0.75 0.49
Hex 2E 1F DD 4F 56 0 D F5 4B 31
Octal 56 37 335 117 126 0 15 365 113 61
Binary 101110 11111 11011101 1001111 1010110 0 1101 11110101 1001011 110001

Color Harmonies of #2E1FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1FDD

Black with #2E1FDD

Text Example


Text Example

White with #2E1FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E1FDD; }

 p { color: rgb(46,31,221); }

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

background-color css

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

 a { background-color: rgb(46,31,221); }

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

border-color css

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

 span { border-color: rgb(46,31,221); }

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