Html Css Color HEX #2E04DD Han Purple

📋 copy color: '#2E04DD'

red 46 ◦ green 4 ◦ blue 221

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

Shades of Han Purple #2E04DD

Tints of Han Purple #2E04DD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

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

R = 16.97%
G = 1.48%
B = 81.55%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E04DD (or 0x2E04DD) is known color: Han Purple. HEX triplet: 2E, 04 and DD. RGB value is (46,4,221). Sum of RGB (Red+Green+Blue) = 46+4+221=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E04DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E04DD is #D1FB22. Grayscale: #282828. Windows color (decimal): -13761315 or 14484526. OLE color: 14484526.

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

Color convert

RGB 46 4 221 -
CMYK 0.79 0.98 0 0.13
HSL 251.61º 0.96% 0.44% -
HSV(B) 251.61º 0.98% 0.87% -
XYZ 14.22 5.89 68.79 -
YUV 41.3 229.41 131.36 -
System Red Green Blue C M Y K H S L
Decimal 46 4 221 0.79 0.98 0 0.13 251.61 0.96 0.44
Hex 2E 4 DD 4F 62 0 D FC 60 2C
Octal 56 4 335 117 142 0 15 374 140 54
Binary 101110 100 11011101 1001111 1100010 0 1101 11111100 1100000 101100

Color Harmonies of #2E04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E04DD

Black with #2E04DD

Text Example


Text Example

White with #2E04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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