Html Css Color HEX #450CDB Han Purple

📋 copy color: '#450CDB'

red 69 ◦ green 12 ◦ blue 219

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

Shades of Han Purple #450CDB

Tints of Han Purple #450CDB

RGB

 RED value IS 69 (27.34% from 255) = 23%

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

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

R = 23%
G = 4%
B = 73%

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

#450CDB (or 0x450CDB) is known color: Han Purple. HEX triplet: 45, 0C and DB. RGB value is (69,12,219). Sum of RGB (Red+Green+Blue) = 69+12+219=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #450CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450CDB is #BAF324. Grayscale: #333333. Windows color (decimal): -12251941 or 14355525. OLE color: 14355525.

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

Color convert

RGB 69 12 219 -
CMYK 0.68 0.95 0 0.14
HSL 256.52º 0.9% 0.45% -
HSV(B) 256.52º 0.95% 0.86% -
XYZ 15.37 6.64 67.49 -
YUV 52.64 221.88 139.67 -
System Red Green Blue C M Y K H S L
Decimal 69 12 219 0.68 0.95 0 0.14 256.52 0.9 0.45
Hex 45 C DB 44 5F 0 E 101 5A 2D
Octal 105 14 333 104 137 0 16 401 132 55
Binary 1000101 1100 11011011 1000100 1011111 0 1110 100000001 1011010 101101

Color Harmonies of #450CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450CDB

Black with #450CDB

Text Example


Text Example

White with #450CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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