Html Css Color HEX #4212FD Han Purple

📋 copy color: '#4212FD'

red 66 ◦ green 18 ◦ blue 253

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

Shades of Han Purple #4212FD

Tints of Han Purple #4212FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.07%

R = 19.58%
G = 5.34%
B = 75.07%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4212FD (or 0x4212FD) is known color: Han Purple. HEX triplet: 42, 12 and FD. RGB value is (66,18,253). Sum of RGB (Red+Green+Blue) = 66+18+253=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #4212FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4212FD is #BDED02. Grayscale: #3A3A3A. Windows color (decimal): -12446979 or 16585282. OLE color: 16585282.

HSL color Cylindrical-coordinate representation of color #4212FD: hue angle of 252.26º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4212FD is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 18 253 -
CMYK 0.74 0.93 0 0.01
HSL 252.26º 0.98% 0.53% -
HSV(B) 252.26º 0.93% 0.99% -
XYZ 20.19 8.68 93.54 -
YUV 59.14 237.4 132.89 -
System Red Green Blue C M Y K H S L
Decimal 66 18 253 0.74 0.93 0 0.01 252.26 0.98 0.53
Hex 42 12 FD 4A 5D 0 1 FC 62 35
Octal 102 22 375 112 135 0 1 374 142 65
Binary 1000010 10010 11111101 1001010 1011101 0 1 11111100 1100010 110101

Color Harmonies of #4212FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4212FD

Black with #4212FD

Text Example


Text Example

White with #4212FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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