Html Css Color HEX #4212EB Han Purple

📋 copy color: '#4212EB'

red 66 ◦ green 18 ◦ blue 235

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

Shades of Han Purple #4212EB

Tints of Han Purple #4212EB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.64%

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

R = 20.69%
G = 5.64%
B = 73.67%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4212EB (or 0x4212EB) is known color: Han Purple. HEX triplet: 42, 12 and EB. RGB value is (66,18,235). Sum of RGB (Red+Green+Blue) = 66+18+235=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 235 (92.19% from 255 or 73.67% from 319); Max value from RGB is 235 - color contains mainly: blue. Hex color #4212EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4212EB is #BDED14. Grayscale: #383838. Windows color (decimal): -12446997 or 15405634. OLE color: 15405634.

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

Color convert

RGB 66 18 235 -
CMYK 0.72 0.92 0 0.08
HSL 253.27º 0.86% 0.5% -
HSV(B) 253.27º 0.92% 0.92% -
XYZ 17.46 7.59 79.14 -
YUV 57.09 228.4 134.36 -
System Red Green Blue C M Y K H S L
Decimal 66 18 235 0.72 0.92 0 0.08 253.27 0.86 0.5
Hex 42 12 EB 48 5C 0 8 FD 56 32
Octal 102 22 353 110 134 0 10 375 126 62
Binary 1000010 10010 11101011 1001000 1011100 0 1000 11111101 1010110 110010

Color Harmonies of #4212EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4212EB

Black with #4212EB

Text Example


Text Example

White with #4212EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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