Html Css Color HEX #462EDB Han Purple

📋 copy color: '#462EDB'

red 70 ◦ green 46 ◦ blue 219

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

Shades of Han Purple #462EDB

Tints of Han Purple #462EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.37%

R = 20.9%
G = 13.73%
B = 65.37%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#462EDB (or 0x462EDB) is known color: Han Purple. HEX triplet: 46, 2E and DB. RGB value is (70,46,219). Sum of RGB (Red+Green+Blue) = 70+46+219=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #462EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462EDB is #B9D124. Grayscale: #484848. Windows color (decimal): -12177701 or 14364230. OLE color: 14364230.

HSL color Cylindrical-coordinate representation of color #462EDB: hue angle of 248.32º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #462EDB is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 46 219 -
CMYK 0.68 0.79 0 0.14
HSL 248.32º 0.71% 0.52% -
HSV(B) 248.32º 0.79% 0.86% -
XYZ 16.29 8.37 67.77 -
YUV 72.9 210.45 125.93 -
System Red Green Blue C M Y K H S L
Decimal 70 46 219 0.68 0.79 0 0.14 248.32 0.71 0.52
Hex 46 2E DB 44 4F 0 E F8 47 34
Octal 106 56 333 104 117 0 16 370 107 64
Binary 1000110 101110 11011011 1000100 1001111 0 1110 11111000 1000111 110100

Color Harmonies of #462EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462EDB

Black with #462EDB

Text Example


Text Example

White with #462EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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