Html Css Color HEX #462BDC Han Purple

📋 copy color: '#462BDC'

red 70 ◦ green 43 ◦ blue 220

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

Shades of Han Purple #462BDC

Tints of Han Purple #462BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.07%

R = 21.02%
G = 12.91%
B = 66.07%

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

#462BDC (or 0x462BDC) is known color: Han Purple. HEX triplet: 46, 2B and DC. RGB value is (70,43,220). Sum of RGB (Red+Green+Blue) = 70+43+220=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #462BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462BDC is #B9D423. Grayscale: #464646. Windows color (decimal): -12178468 or 14428998. OLE color: 14428998.

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

Color convert

RGB 70 43 220 -
CMYK 0.68 0.80 0 0.14
HSL 249.15º 0.72% 0.52% -
HSV(B) 249.15º 0.8% 0.86% -
XYZ 16.31 8.2 68.43 -
YUV 71.25 211.95 127.11 -
System Red Green Blue C M Y K H S L
Decimal 70 43 220 0.68 0.80 0 0.14 249.15 0.72 0.52
Hex 46 2B DC 44 50 0 E F9 48 34
Octal 106 53 334 104 120 0 16 371 110 64
Binary 1000110 101011 11011100 1000100 1010000 0 1110 11111001 1001000 110100

Color Harmonies of #462BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462BDC

Black with #462BDC

Text Example


Text Example

White with #462BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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