Html Css Color HEX #462DDB Han Purple

📋 copy color: '#462DDB'

red 70 ◦ green 45 ◦ blue 219

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

Shades of Han Purple #462DDB

Tints of Han Purple #462DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.47%

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

R = 20.96%
G = 13.47%
B = 65.57%

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

#462DDB (or 0x462DDB) is known color: Han Purple. HEX triplet: 46, 2D and DB. RGB value is (70,45,219). Sum of RGB (Red+Green+Blue) = 70+45+219=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #462DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462DDB is #B9D224. Grayscale: #474747. Windows color (decimal): -12177957 or 14363974. OLE color: 14363974.

HSL color Cylindrical-coordinate representation of color #462DDB: hue angle of 248.62º 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 #462DDB is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 45 219 -
CMYK 0.68 0.79 0 0.14
HSL 248.62º 0.71% 0.52% -
HSV(B) 248.62º 0.79% 0.86% -
XYZ 16.25 8.29 67.76 -
YUV 72.31 210.78 126.35 -
System Red Green Blue C M Y K H S L
Decimal 70 45 219 0.68 0.79 0 0.14 248.62 0.71 0.52
Hex 46 2D DB 44 4F 0 E F9 47 34
Octal 106 55 333 104 117 0 16 371 107 64
Binary 1000110 101101 11011011 1000100 1001111 0 1110 11111001 1000111 110100

Color Harmonies of #462DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462DDB

Black with #462DDB

Text Example


Text Example

White with #462DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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