Html Css Color HEX #420FF3 Han Purple

📋 copy color: '#420FF3'

red 66 ◦ green 15 ◦ blue 243

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

Shades of Han Purple #420FF3

Tints of Han Purple #420FF3

RGB

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

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

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

R = 20.37%
G = 4.63%
B = 75%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#420FF3 (or 0x420FF3) is known color: Han Purple. HEX triplet: 42, 0F and F3. RGB value is (66,15,243). Sum of RGB (Red+Green+Blue) = 66+15+243=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 243 (95.31% from 255 or 75% from 324); Max value from RGB is 243 - color contains mainly: blue. Hex color #420FF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #420FF3 is #BDF00C. Grayscale: #373737. Windows color (decimal): -12447757 or 15929154. OLE color: 15929154.

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

Color convert

RGB 66 15 243 -
CMYK 0.73 0.94 0 0.05
HSL 253.42º 0.9% 0.51% -
HSV(B) 253.42º 0.94% 0.95% -
XYZ 18.6 7.97 85.35 -
YUV 56.24 233.4 134.96 -
System Red Green Blue C M Y K H S L
Decimal 66 15 243 0.73 0.94 0 0.05 253.42 0.9 0.51
Hex 42 F F3 49 5E 0 5 FD 5A 33
Octal 102 17 363 111 136 0 5 375 132 63
Binary 1000010 1111 11110011 1001001 1011110 0 101 11111101 1011010 110011

Color Harmonies of #420FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420FF3

Black with #420FF3

Text Example


Text Example

White with #420FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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