Html Css Color HEX #420BFF Han Purple

📋 copy color: '#420BFF'

red 66 ◦ green 11 ◦ blue 255

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

Shades of Han Purple #420BFF

Tints of Han Purple #420BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 76.81%

R = 19.88%
G = 3.31%
B = 76.81%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#420BFF (or 0x420BFF) is known color: Han Purple. HEX triplet: 42, 0B and FF. RGB value is (66,11,255). Sum of RGB (Red+Green+Blue) = 66+11+255=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #420BFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420BFF is #BDF400. Grayscale: #363636. Windows color (decimal): -12448769 or 16714562. OLE color: 16714562.

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

Color convert

RGB 66 11 255 -
CMYK 0.74 0.96 0 0
HSL 253.52º 1% 0.52% -
HSV(B) 253.52º 0.96% 1% -
XYZ 20.42 8.62 95.2 -
YUV 55.26 240.72 135.66 -
System Red Green Blue C M Y K H S L
Decimal 66 11 255 0.74 0.96 0 0 253.52 1 0.52
Hex 42 B FF 4A 60 0 0 FE 64 34
Octal 102 13 377 112 140 0 0 376 144 64
Binary 1000010 1011 11111111 1001010 1100000 0 0 11111110 1100100 110100

Color Harmonies of #420BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BFF

Black with #420BFF

Text Example


Text Example

White with #420BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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