Html Css Color HEX #462AFB Han Purple

📋 copy color: '#462AFB'

red 70 ◦ green 42 ◦ blue 251

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

Shades of Han Purple #462AFB

Tints of Han Purple #462AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.15%

R = 19.28%
G = 11.57%
B = 69.15%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#462AFB (or 0x462AFB) is known color: Han Purple. HEX triplet: 46, 2A and FB. RGB value is (70,42,251). Sum of RGB (Red+Green+Blue) = 70+42+251=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #462AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462AFB is #B9D504. Grayscale: #494949. Windows color (decimal): -12178693 or 16460358. OLE color: 16460358.

HSL color Cylindrical-coordinate representation of color #462AFB: hue angle of 248.04º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #462AFB is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 42 251 -
CMYK 0.72 0.83 0 0.02
HSL 248.04º 0.96% 0.57% -
HSV(B) 248.04º 0.83% 0.98% -
XYZ 20.77 9.92 92.09 -
YUV 74.2 227.78 125.01 -
System Red Green Blue C M Y K H S L
Decimal 70 42 251 0.72 0.83 0 0.02 248.04 0.96 0.57
Hex 46 2A FB 48 53 0 2 F8 60 39
Octal 106 52 373 110 123 0 2 370 140 71
Binary 1000110 101010 11111011 1001000 1010011 0 10 11111000 1100000 111001

Color Harmonies of #462AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462AFB

Black with #462AFB

Text Example


Text Example

White with #462AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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