Html Css Color HEX #4210EE Han Purple

📋 copy color: '#4210EE'

red 66 ◦ green 16 ◦ blue 238

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

Shades of Han Purple #4210EE

Tints of Han Purple #4210EE

RGB

 RED value IS 66 (26.17% from 255) = 20.63%

 GREEN value IS 16 (6.64% from 255) = 5%

 BLUE value IS 238 (93.36% from 255) = 74.38%

R = 20.63%
G = 5%
B = 74.38%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4210EE (or 0x4210EE) is known color: Han Purple. HEX triplet: 42, 10 and EE. RGB value is (66,16,238). Sum of RGB (Red+Green+Blue) = 66+16+238=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #4210EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4210EE is #BDEF11. Grayscale: #373737. Windows color (decimal): -12447506 or 15601730. OLE color: 15601730.

HSL color Cylindrical-coordinate representation of color #4210EE: hue angle of 253.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4210EE is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 16 238 -
CMYK 0.72 0.93 0 0.07
HSL 253.51º 0.87% 0.5% -
HSV(B) 253.51º 0.93% 0.93% -
XYZ 17.86 7.7 81.43 -
YUV 56.26 230.57 134.95 -
System Red Green Blue C M Y K H S L
Decimal 66 16 238 0.72 0.93 0 0.07 253.51 0.87 0.5
Hex 42 10 EE 48 5D 0 7 FE 57 32
Octal 102 20 356 110 135 0 7 376 127 62
Binary 1000010 10000 11101110 1001000 1011101 0 111 11111110 1010111 110010

Color Harmonies of #4210EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4210EE

Black with #4210EE

Text Example


Text Example

White with #4210EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4210EE; }

 p { color: rgb(66,16,238); }

 H1.HeaderClassName
 {
   color: #4210EE;
 }
 .AnyTagClassName
 {
   color: #4210EE;
 }
</style>

background-color css

<style>
 a { background-color: #4210EE; }

 a { background-color: rgb(66,16,238); }

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

border-color css

<style>
 span { border-color: #4210EE; }

 span { border-color: rgb(66,16,238); }

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