Html Css Color HEX #450FD5 Han Purple

📋 copy color: '#450FD5'

red 69 ◦ green 15 ◦ blue 213

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

Shades of Han Purple #450FD5

Tints of Han Purple #450FD5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.05%

 BLUE value IS 213 (83.59% from 255) = 71.72%

R = 23.23%
G = 5.05%
B = 71.72%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#450FD5 (or 0x450FD5) is known color: Han Purple. HEX triplet: 45, 0F and D5. RGB value is (69,15,213). Sum of RGB (Red+Green+Blue) = 69+15+213=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 213 (83.59% from 255 or 71.72% from 297); Max value from RGB is 213 - color contains mainly: blue. Hex color #450FD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450FD5 is #BAF02A. Grayscale: #343434. Windows color (decimal): -12251179 or 13963077. OLE color: 13963077.

HSL color Cylindrical-coordinate representation of color #450FD5: hue angle of 256.36º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450FD5 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 15 213 -
CMYK 0.68 0.93 0 0.16
HSL 256.36º 0.87% 0.45% -
HSV(B) 256.36º 0.93% 0.84% -
XYZ 14.64 6.41 63.42 -
YUV 53.72 217.89 138.9 -
System Red Green Blue C M Y K H S L
Decimal 69 15 213 0.68 0.93 0 0.16 256.36 0.87 0.45
Hex 45 F D5 44 5D 0 10 100 57 2D
Octal 105 17 325 104 135 0 20 400 127 55
Binary 1000101 1111 11010101 1000100 1011101 0 10000 100000000 1010111 101101

Color Harmonies of #450FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450FD5

Black with #450FD5

Text Example


Text Example

White with #450FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,15,213); }

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

background-color css

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

 a { background-color: rgb(69,15,213); }

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

border-color css

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

 span { border-color: rgb(69,15,213); }

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