Html Css Color HEX #420FFA Han Purple

📋 copy color: '#420FFA'

red 66 ◦ green 15 ◦ blue 250

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

Shades of Han Purple #420FFA

Tints of Han Purple #420FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.53%

 BLUE value IS 250 (98.05% from 255) = 75.53%

R = 19.94%
G = 4.53%
B = 75.53%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#420FFA (or 0x420FFA) is known color: Han Purple. HEX triplet: 42, 0F and FA. RGB value is (66,15,250). Sum of RGB (Red+Green+Blue) = 66+15+250=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 250 (98.05% from 255 or 75.53% from 331); Max value from RGB is 250 - color contains mainly: blue. Hex color #420FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420FFA is #BDF005. Grayscale: #383838. Windows color (decimal): -12447750 or 16387906. OLE color: 16387906.

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

Color convert

RGB 66 15 250 -
CMYK 0.74 0.94 0 0.02
HSL 253.02º 0.96% 0.52% -
HSV(B) 253.02º 0.94% 0.98% -
XYZ 19.67 8.4 91.03 -
YUV 57.04 236.9 134.39 -
System Red Green Blue C M Y K H S L
Decimal 66 15 250 0.74 0.94 0 0.02 253.02 0.96 0.52
Hex 42 F FA 4A 5E 0 2 FD 60 34
Octal 102 17 372 112 136 0 2 375 140 64
Binary 1000010 1111 11111010 1001010 1011110 0 10 11111101 1100000 110100

Color Harmonies of #420FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420FFA

Black with #420FFA

Text Example


Text Example

White with #420FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,15,250); }

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

background-color css

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

 a { background-color: rgb(66,15,250); }

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

border-color css

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

 span { border-color: rgb(66,15,250); }

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