Html Css Color HEX #462AFC Han Purple

📋 copy color: '#462AFC'

red 70 ◦ green 42 ◦ blue 252

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

Shades of Han Purple #462AFC

Tints of Han Purple #462AFC

RGB

 RED value IS 70 (27.73% from 255) = 19.23%

 GREEN value IS 42 (16.8% from 255) = 11.54%

 BLUE value IS 252 (98.83% from 255) = 69.23%

R = 19.23%
G = 11.54%
B = 69.23%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#462AFC (or 0x462AFC) is known color: Han Purple. HEX triplet: 46, 2A and FC. RGB value is (70,42,252). Sum of RGB (Red+Green+Blue) = 70+42+252=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 252 (98.83% from 255 or 69.23% from 364); Max value from RGB is 252 - color contains mainly: blue. Hex color #462AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462AFC is #B9D503. Grayscale: #494949. Windows color (decimal): -12178692 or 16525894. OLE color: 16525894.

HSL color Cylindrical-coordinate representation of color #462AFC: hue angle of 248º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #462AFC is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 42 252 -
CMYK 0.72 0.83 0 0.01
HSL 248º 0.97% 0.58% -
HSV(B) 248º 0.83% 0.99% -
XYZ 20.92 9.99 92.92 -
YUV 74.31 228.28 124.92 -
System Red Green Blue C M Y K H S L
Decimal 70 42 252 0.72 0.83 0 0.01 248 0.97 0.58
Hex 46 2A FC 48 53 0 1 F8 61 3A
Octal 106 52 374 110 123 0 1 370 141 72
Binary 1000110 101010 11111100 1001000 1010011 0 1 11111000 1100001 111010

Color Harmonies of #462AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462AFC

Black with #462AFC

Text Example


Text Example

White with #462AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462AFC; }

 p { color: rgb(70,42,252); }

 H1.HeaderClassName
 {
   color: #462AFC;
 }
 .AnyTagClassName
 {
   color: #462AFC;
 }
</style>

background-color css

<style>
 a { background-color: #462AFC; }

 a { background-color: rgb(70,42,252); }

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

border-color css

<style>
 span { border-color: #462AFC; }

 span { border-color: rgb(70,42,252); }

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