Html Css Color HEX #2A0EEF Han Purple

📋 copy color: '#2A0EEF'

red 42 ◦ green 14 ◦ blue 239

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

Shades of Han Purple #2A0EEF

Tints of Han Purple #2A0EEF

RGB

 RED value IS 42 (16.8% from 255) = 14.24%

 GREEN value IS 14 (5.86% from 255) = 4.75%

 BLUE value IS 239 (93.75% from 255) = 81.02%

R = 14.24%
G = 4.75%
B = 81.02%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2A0EEF (or 0x2A0EEF) is known color: Han Purple. HEX triplet: 2A, 0E and EF. RGB value is (42,14,239). Sum of RGB (Red+Green+Blue) = 42+14+239=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 239 (93.75% from 255 or 81.02% from 295); Max value from RGB is 239 - color contains mainly: blue. Hex color #2A0EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A0EEF is #D5F110. Grayscale: #2F2F2F. Windows color (decimal): -14020881 or 15666730. OLE color: 15666730.

HSL color Cylindrical-coordinate representation of color #2A0EEF: hue angle of 247.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0EEF is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 42 14 239 -
CMYK 0.82 0.94 0 0.06
HSL 247.47º 0.89% 0.5% -
HSV(B) 247.47º 0.94% 0.94% -
XYZ 16.69 7.04 82.14 -
YUV 48.02 235.78 123.7 -
System Red Green Blue C M Y K H S L
Decimal 42 14 239 0.82 0.94 0 0.06 247.47 0.89 0.5
Hex 2A E EF 52 5E 0 6 F7 59 32
Octal 52 16 357 122 136 0 6 367 131 62
Binary 101010 1110 11101111 1010010 1011110 0 110 11110111 1011001 110010

Color Harmonies of #2A0EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0EEF

Black with #2A0EEF

Text Example


Text Example

White with #2A0EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,14,239); }

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

background-color css

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

 a { background-color: rgb(42,14,239); }

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

border-color css

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

 span { border-color: rgb(42,14,239); }

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