Html Css Color HEX #450DD4 Han Purple

📋 copy color: '#450DD4'

red 69 ◦ green 13 ◦ blue 212

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

Shades of Han Purple #450DD4

Tints of Han Purple #450DD4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.42%

 BLUE value IS 212 (83.2% from 255) = 72.11%

R = 23.47%
G = 4.42%
B = 72.11%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#450DD4 (or 0x450DD4) is known color: Han Purple. HEX triplet: 45, 0D and D4. RGB value is (69,13,212). Sum of RGB (Red+Green+Blue) = 69+13+212=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 212 (83.20% from 255 or 72.11% from 294); Max value from RGB is 212 - color contains mainly: blue. Hex color #450DD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450DD4 is #BAF22B. Grayscale: #333333. Windows color (decimal): -12251692 or 13897029. OLE color: 13897029.

HSL color Cylindrical-coordinate representation of color #450DD4: hue angle of 256.88º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #450DD4 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 69 13 212 -
CMYK 0.67 0.94 0 0.17
HSL 256.88º 0.88% 0.44% -
HSV(B) 256.88º 0.94% 0.83% -
XYZ 14.48 6.31 62.74 -
YUV 52.43 218.05 139.82 -
System Red Green Blue C M Y K H S L
Decimal 69 13 212 0.67 0.94 0 0.17 256.88 0.88 0.44
Hex 45 D D4 43 5E 0 11 101 58 2C
Octal 105 15 324 103 136 0 21 401 130 54
Binary 1000101 1101 11010100 1000011 1011110 0 10001 100000001 1011000 101100

Color Harmonies of #450DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450DD4

Black with #450DD4

Text Example


Text Example

White with #450DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,13,212); }

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

background-color css

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

 a { background-color: rgb(69,13,212); }

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

border-color css

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

 span { border-color: rgb(69,13,212); }

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