Html Css Color HEX #462FFE Han Purple

📋 copy color: '#462FFE'

red 70 ◦ green 47 ◦ blue 254

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

Shades of Han Purple #462FFE

Tints of Han Purple #462FFE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.67%

 BLUE value IS 254 (99.61% from 255) = 68.46%

R = 18.87%
G = 12.67%
B = 68.46%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#462FFE (or 0x462FFE) is known color: Han Purple. HEX triplet: 46, 2F and FE. RGB value is (70,47,254). Sum of RGB (Red+Green+Blue) = 70+47+254=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #462FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462FFE is #B9D001. Grayscale: #4C4C4C. Windows color (decimal): -12177410 or 16658246. OLE color: 16658246.

HSL color Cylindrical-coordinate representation of color #462FFE: hue angle of 246.67º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462FFE is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 70 47 254 -
CMYK 0.72 0.81 0 0.00
HSL 246.67º 0.99% 0.59% -
HSV(B) 246.67º 0.81% 1% -
XYZ 21.43 10.49 94.66 -
YUV 77.48 227.62 122.67 -
System Red Green Blue C M Y K H S L
Decimal 70 47 254 0.72 0.81 0 0.00 246.67 0.99 0.59
Hex 46 2F FE 48 51 0 0 F7 63 3B
Octal 106 57 376 110 121 0 0 367 143 73
Binary 1000110 101111 11111110 1001000 1010001 0 0 11110111 1100011 111011

Color Harmonies of #462FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462FFE

Black with #462FFE

Text Example


Text Example

White with #462FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,47,254); }

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

background-color css

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

 a { background-color: rgb(70,47,254); }

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

border-color css

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

 span { border-color: rgb(70,47,254); }

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