Html Css Color HEX #420DFD Han Purple

📋 copy color: '#420DFD'

red 66 ◦ green 13 ◦ blue 253

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

Shades of Han Purple #420DFD

Tints of Han Purple #420DFD

RGB

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

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

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

R = 19.88%
G = 3.92%
B = 76.2%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#420DFD (or 0x420DFD) is known color: Han Purple. HEX triplet: 42, 0D and FD. RGB value is (66,13,253). Sum of RGB (Red+Green+Blue) = 66+13+253=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #420DFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420DFD is #BDF202. Grayscale: #373737. Windows color (decimal): -12448259 or 16584002. OLE color: 16584002.

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

Color convert

RGB 66 13 253 -
CMYK 0.74 0.95 0 0.01
HSL 253.25º 0.98% 0.52% -
HSV(B) 253.25º 0.95% 0.99% -
XYZ 20.12 8.54 93.52 -
YUV 56.21 239.06 134.99 -
System Red Green Blue C M Y K H S L
Decimal 66 13 253 0.74 0.95 0 0.01 253.25 0.98 0.52
Hex 42 D FD 4A 5F 0 1 FD 62 34
Octal 102 15 375 112 137 0 1 375 142 64
Binary 1000010 1101 11111101 1001010 1011111 0 1 11111101 1100010 110100

Color Harmonies of #420DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420DFD

Black with #420DFD

Text Example


Text Example

White with #420DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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