Html Css Color HEX #462EDE Han Purple

📋 copy color: '#462EDE'

red 70 ◦ green 46 ◦ blue 222

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

Shades of Han Purple #462EDE

Tints of Han Purple #462EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.68%

R = 20.71%
G = 13.61%
B = 65.68%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#462EDE (or 0x462EDE) is known color: Han Purple. HEX triplet: 46, 2E and DE. RGB value is (70,46,222). Sum of RGB (Red+Green+Blue) = 70+46+222=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #462EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462EDE is #B9D121. Grayscale: #484848. Windows color (decimal): -12177698 or 14560838. OLE color: 14560838.

HSL color Cylindrical-coordinate representation of color #462EDE: hue angle of 248.18º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #462EDE is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 46 222 -
CMYK 0.68 0.79 0 0.13
HSL 248.18º 0.73% 0.53% -
HSV(B) 248.18º 0.79% 0.87% -
XYZ 16.69 8.53 69.87 -
YUV 73.24 211.95 125.69 -
System Red Green Blue C M Y K H S L
Decimal 70 46 222 0.68 0.79 0 0.13 248.18 0.73 0.53
Hex 46 2E DE 44 4F 0 D F8 49 35
Octal 106 56 336 104 117 0 15 370 111 65
Binary 1000110 101110 11011110 1000100 1001111 0 1101 11111000 1001001 110101

Color Harmonies of #462EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462EDE

Black with #462EDE

Text Example


Text Example

White with #462EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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