Html Css Color HEX #420BFC Han Purple

📋 copy color: '#420BFC'

red 66 ◦ green 11 ◦ blue 252

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

Shades of Han Purple #420BFC

Tints of Han Purple #420BFC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.34%

 BLUE value IS 252 (98.83% from 255) = 76.6%

R = 20.06%
G = 3.34%
B = 76.6%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#420BFC (or 0x420BFC) is known color: Han Purple. HEX triplet: 42, 0B and FC. RGB value is (66,11,252). Sum of RGB (Red+Green+Blue) = 66+11+252=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 252 (98.83% from 255 or 76.60% from 329); Max value from RGB is 252 - color contains mainly: blue. Hex color #420BFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420BFC is #BDF403. Grayscale: #363636. Windows color (decimal): -12448772 or 16517954. OLE color: 16517954.

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

Color convert

RGB 66 11 252 -
CMYK 0.74 0.96 0 0.01
HSL 253.69º 0.98% 0.52% -
HSV(B) 253.69º 0.96% 0.99% -
XYZ 19.94 8.43 92.67 -
YUV 54.92 239.22 135.9 -
System Red Green Blue C M Y K H S L
Decimal 66 11 252 0.74 0.96 0 0.01 253.69 0.98 0.52
Hex 42 B FC 4A 60 0 1 FE 62 34
Octal 102 13 374 112 140 0 1 376 142 64
Binary 1000010 1011 11111100 1001010 1100000 0 1 11111110 1100010 110100

Color Harmonies of #420BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BFC

Black with #420BFC

Text Example


Text Example

White with #420BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420BFC; }

 p { color: rgb(66,11,252); }

 H1.HeaderClassName
 {
   color: #420BFC;
 }
 .AnyTagClassName
 {
   color: #420BFC;
 }
</style>

background-color css

<style>
 a { background-color: #420BFC; }

 a { background-color: rgb(66,11,252); }

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

border-color css

<style>
 span { border-color: #420BFC; }

 span { border-color: rgb(66,11,252); }

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