Html Css Color HEX #450FDD Han Purple

📋 copy color: '#450FDD'

red 69 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #450FDD

Tints of Han Purple #450FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.46%

R = 22.62%
G = 4.92%
B = 72.46%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#450FDD (or 0x450FDD) is known color: Han Purple. HEX triplet: 45, 0F and DD. RGB value is (69,15,221). Sum of RGB (Red+Green+Blue) = 69+15+221=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #450FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450FDD is #BAF022. Grayscale: #353535. Windows color (decimal): -12251171 or 14487365. OLE color: 14487365.

HSL color Cylindrical-coordinate representation of color #450FDD: hue angle of 255.73º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450FDD is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 15 221 -
CMYK 0.69 0.93 0 0.13
HSL 255.73º 0.87% 0.46% -
HSV(B) 255.73º 0.93% 0.87% -
XYZ 15.68 6.83 68.9 -
YUV 54.63 221.89 138.25 -
System Red Green Blue C M Y K H S L
Decimal 69 15 221 0.69 0.93 0 0.13 255.73 0.87 0.46
Hex 45 F DD 45 5D 0 D 100 57 2E
Octal 105 17 335 105 135 0 15 400 127 56
Binary 1000101 1111 11011101 1000101 1011101 0 1101 100000000 1010111 101110

Color Harmonies of #450FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450FDD

Black with #450FDD

Text Example


Text Example

White with #450FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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