Html Css Color HEX #462AFD Han Purple

📋 copy color: '#462AFD'

red 70 ◦ green 42 ◦ blue 253

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

Shades of Han Purple #462AFD

Tints of Han Purple #462AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 69.32%

R = 19.18%
G = 11.51%
B = 69.32%

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

#462AFD (or 0x462AFD) is known color: Han Purple. HEX triplet: 46, 2A and FD. RGB value is (70,42,253). Sum of RGB (Red+Green+Blue) = 70+42+253=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #462AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462AFD is #B9D502. Grayscale: #494949. Windows color (decimal): -12178691 or 16591430. OLE color: 16591430.

HSL color Cylindrical-coordinate representation of color #462AFD: hue angle of 247.96º degrees, saturation: 0.98, 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 #462AFD is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 42 253 -
CMYK 0.72 0.83 0 0.01
HSL 247.96º 0.98% 0.58% -
HSV(B) 247.96º 0.83% 0.99% -
XYZ 21.08 10.05 93.76 -
YUV 74.43 228.78 124.84 -
System Red Green Blue C M Y K H S L
Decimal 70 42 253 0.72 0.83 0 0.01 247.96 0.98 0.58
Hex 46 2A FD 48 53 0 1 F8 62 3A
Octal 106 52 375 110 123 0 1 370 142 72
Binary 1000110 101010 11111101 1001000 1010011 0 1 11111000 1100010 111010

Color Harmonies of #462AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462AFD

Black with #462AFD

Text Example


Text Example

White with #462AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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