Html Css Color HEX #462FF8 Han Purple

📋 copy color: '#462FF8'

red 70 ◦ green 47 ◦ blue 248

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

Shades of Han Purple #462FF8

Tints of Han Purple #462FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 67.95%

R = 19.18%
G = 12.88%
B = 67.95%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#462FF8 (or 0x462FF8) is known color: Han Purple. HEX triplet: 46, 2F and F8. RGB value is (70,47,248). Sum of RGB (Red+Green+Blue) = 70+47+248=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 47 (18.75% from 255 or 12.88% from 365); Blue value is 248 (97.27% from 255 or 67.95% from 365); Max value from RGB is 248 - color contains mainly: blue. Hex color #462FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462FF8 is #B9D007. Grayscale: #4C4C4C. Windows color (decimal): -12177416 or 16265030. OLE color: 16265030.

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

Color convert

RGB 70 47 248 -
CMYK 0.72 0.81 0 0.03
HSL 246.87º 0.93% 0.58% -
HSV(B) 246.87º 0.81% 0.97% -
XYZ 20.49 10.11 89.68 -
YUV 76.79 224.62 123.16 -
System Red Green Blue C M Y K H S L
Decimal 70 47 248 0.72 0.81 0 0.03 246.87 0.93 0.58
Hex 46 2F F8 48 51 0 3 F7 5D 3A
Octal 106 57 370 110 121 0 3 367 135 72
Binary 1000110 101111 11111000 1001000 1010001 0 11 11110111 1011101 111010

Color Harmonies of #462FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462FF8

Black with #462FF8

Text Example


Text Example

White with #462FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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