Html Css Color HEX #462BDB Han Purple

📋 copy color: '#462BDB'

red 70 ◦ green 43 ◦ blue 219

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

Shades of Han Purple #462BDB

Tints of Han Purple #462BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.95%

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

R = 21.08%
G = 12.95%
B = 65.96%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#462BDB (or 0x462BDB) is known color: Han Purple. HEX triplet: 46, 2B and DB. RGB value is (70,43,219). Sum of RGB (Red+Green+Blue) = 70+43+219=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #462BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462BDB is #B9D424. Grayscale: #464646. Windows color (decimal): -12178469 or 14363462. OLE color: 14363462.

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

Color convert

RGB 70 43 219 -
CMYK 0.68 0.80 0 0.14
HSL 249.2º 0.71% 0.51% -
HSV(B) 249.2º 0.8% 0.86% -
XYZ 16.18 8.14 67.74 -
YUV 71.14 211.45 127.19 -
System Red Green Blue C M Y K H S L
Decimal 70 43 219 0.68 0.80 0 0.14 249.2 0.71 0.51
Hex 46 2B DB 44 50 0 E F9 47 33
Octal 106 53 333 104 120 0 16 371 107 63
Binary 1000110 101011 11011011 1000100 1010000 0 1110 11111001 1000111 110011

Color Harmonies of #462BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462BDB

Black with #462BDB

Text Example


Text Example

White with #462BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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