Html Css Color HEX #420CFA Han Purple

📋 copy color: '#420CFA'

red 66 ◦ green 12 ◦ blue 250

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

Shades of Han Purple #420CFA

Tints of Han Purple #420CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.66%

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

R = 20.12%
G = 3.66%
B = 76.22%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#420CFA (or 0x420CFA) is known color: Han Purple. HEX triplet: 42, 0C and FA. RGB value is (66,12,250). Sum of RGB (Red+Green+Blue) = 66+12+250=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 250 (98.05% from 255 or 76.22% from 328); Max value from RGB is 250 - color contains mainly: blue. Hex color #420CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420CFA is #BDF305. Grayscale: #363636. Windows color (decimal): -12448518 or 16387138. OLE color: 16387138.

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

Color convert

RGB 66 12 250 -
CMYK 0.74 0.95 0 0.02
HSL 253.61º 0.96% 0.51% -
HSV(B) 253.61º 0.95% 0.98% -
XYZ 19.63 8.32 91.01 -
YUV 55.28 237.89 135.65 -
System Red Green Blue C M Y K H S L
Decimal 66 12 250 0.74 0.95 0 0.02 253.61 0.96 0.51
Hex 42 C FA 4A 5F 0 2 FE 60 33
Octal 102 14 372 112 137 0 2 376 140 63
Binary 1000010 1100 11111010 1001010 1011111 0 10 11111110 1100000 110011

Color Harmonies of #420CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420CFA

Black with #420CFA

Text Example


Text Example

White with #420CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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