Html Css Color HEX #462EF2 Han Purple

📋 copy color: '#462EF2'

red 70 ◦ green 46 ◦ blue 242

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

Shades of Han Purple #462EF2

Tints of Han Purple #462EF2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.85%

 BLUE value IS 242 (94.92% from 255) = 67.6%

R = 19.55%
G = 12.85%
B = 67.6%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#462EF2 (or 0x462EF2) is known color: Han Purple. HEX triplet: 46, 2E and F2. RGB value is (70,46,242). Sum of RGB (Red+Green+Blue) = 70+46+242=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 242 (94.92% from 255 or 67.60% from 358); Max value from RGB is 242 - color contains mainly: blue. Hex color #462EF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462EF2 is #B9D10D. Grayscale: #4A4A4A. Windows color (decimal): -12177678 or 15871558. OLE color: 15871558.

HSL color Cylindrical-coordinate representation of color #462EF2: hue angle of 247.35º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462EF2 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 70 46 242 -
CMYK 0.71 0.81 0 0.05
HSL 247.35º 0.88% 0.56% -
HSV(B) 247.35º 0.81% 0.95% -
XYZ 19.53 9.67 84.84 -
YUV 75.52 221.95 124.06 -
System Red Green Blue C M Y K H S L
Decimal 70 46 242 0.71 0.81 0 0.05 247.35 0.88 0.56
Hex 46 2E F2 47 51 0 5 F7 58 38
Octal 106 56 362 107 121 0 5 367 130 70
Binary 1000110 101110 11110010 1000111 1010001 0 101 11110111 1011000 111000

Color Harmonies of #462EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462EF2

Black with #462EF2

Text Example


Text Example

White with #462EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,46,242); }

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

background-color css

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

 a { background-color: rgb(70,46,242); }

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

border-color css

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

 span { border-color: rgb(70,46,242); }

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