Html Css Color HEX #420DF3 Han Purple

📋 copy color: '#420DF3'

red 66 ◦ green 13 ◦ blue 243

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

Shades of Han Purple #420DF3

Tints of Han Purple #420DF3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.04%

 BLUE value IS 243 (95.31% from 255) = 75.47%

R = 20.5%
G = 4.04%
B = 75.47%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#420DF3 (or 0x420DF3) is known color: Han Purple. HEX triplet: 42, 0D and F3. RGB value is (66,13,243). Sum of RGB (Red+Green+Blue) = 66+13+243=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 243 (95.31% from 255 or 75.47% from 322); Max value from RGB is 243 - color contains mainly: blue. Hex color #420DF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420DF3 is #BDF20C. Grayscale: #363636. Windows color (decimal): -12448269 or 15928642. OLE color: 15928642.

HSL color Cylindrical-coordinate representation of color #420DF3: hue angle of 253.83º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420DF3 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 13 243 -
CMYK 0.73 0.95 0 0.05
HSL 253.83º 0.91% 0.5% -
HSV(B) 253.83º 0.95% 0.95% -
XYZ 18.57 7.92 85.34 -
YUV 55.07 234.06 135.8 -
System Red Green Blue C M Y K H S L
Decimal 66 13 243 0.73 0.95 0 0.05 253.83 0.91 0.5
Hex 42 D F3 49 5F 0 5 FE 5B 32
Octal 102 15 363 111 137 0 5 376 133 62
Binary 1000010 1101 11110011 1001001 1011111 0 101 11111110 1011011 110010

Color Harmonies of #420DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420DF3

Black with #420DF3

Text Example


Text Example

White with #420DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,13,243); }

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

background-color css

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

 a { background-color: rgb(66,13,243); }

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

border-color css

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

 span { border-color: rgb(66,13,243); }

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