Html Css Color HEX #460CDB Han Purple

📋 copy color: '#460CDB'

red 70 ◦ green 12 ◦ blue 219

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

Shades of Han Purple #460CDB

Tints of Han Purple #460CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.99%

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

R = 23.26%
G = 3.99%
B = 72.76%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#460CDB (or 0x460CDB) is known color: Han Purple. HEX triplet: 46, 0C and DB. RGB value is (70,12,219). Sum of RGB (Red+Green+Blue) = 70+12+219=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #460CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CDB is #B9F324. Grayscale: #343434. Windows color (decimal): -12186405 or 14355526. OLE color: 14355526.

HSL color Cylindrical-coordinate representation of color #460CDB: hue angle of 256.81º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460CDB is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 12 219 -
CMYK 0.68 0.95 0 0.14
HSL 256.81º 0.9% 0.45% -
HSV(B) 256.81º 0.95% 0.86% -
XYZ 15.44 6.68 67.49 -
YUV 52.94 221.72 140.17 -
System Red Green Blue C M Y K H S L
Decimal 70 12 219 0.68 0.95 0 0.14 256.81 0.9 0.45
Hex 46 C DB 44 5F 0 E 101 5A 2D
Octal 106 14 333 104 137 0 16 401 132 55
Binary 1000110 1100 11011011 1000100 1011111 0 1110 100000001 1011010 101101

Color Harmonies of #460CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460CDB

Black with #460CDB

Text Example


Text Example

White with #460CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460CDB; }

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

 H1.HeaderClassName
 {
   color: #460CDB;
 }
 .AnyTagClassName
 {
   color: #460CDB;
 }
</style>

background-color css

<style>
 a { background-color: #460CDB; }

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

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

border-color css

<style>
 span { border-color: #460CDB; }

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

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