Html Css Color HEX #4210EB Han Purple

📋 copy color: '#4210EB'

red 66 ◦ green 16 ◦ blue 235

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

Shades of Han Purple #4210EB

Tints of Han Purple #4210EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.13%

R = 20.82%
G = 5.05%
B = 74.13%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4210EB (or 0x4210EB) is known color: Han Purple. HEX triplet: 42, 10 and EB. RGB value is (66,16,235). Sum of RGB (Red+Green+Blue) = 66+16+235=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 235 (92.19% from 255 or 74.13% from 317); Max value from RGB is 235 - color contains mainly: blue. Hex color #4210EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4210EB is #BDEF14. Grayscale: #373737. Windows color (decimal): -12447509 or 15405122. OLE color: 15405122.

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

Color convert

RGB 66 16 235 -
CMYK 0.72 0.93 0 0.08
HSL 253.7º 0.87% 0.49% -
HSV(B) 253.7º 0.93% 0.92% -
XYZ 17.43 7.53 79.13 -
YUV 55.92 229.07 135.19 -
System Red Green Blue C M Y K H S L
Decimal 66 16 235 0.72 0.93 0 0.08 253.7 0.87 0.49
Hex 42 10 EB 48 5D 0 8 FE 57 31
Octal 102 20 353 110 135 0 10 376 127 61
Binary 1000010 10000 11101011 1001000 1011101 0 1000 11111110 1010111 110001

Color Harmonies of #4210EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4210EB

Black with #4210EB

Text Example


Text Example

White with #4210EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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