Html Css Color HEX #450ADD Han Purple

📋 copy color: '#450ADD'

red 69 ◦ green 10 ◦ blue 221

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

Shades of Han Purple #450ADD

Tints of Han Purple #450ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.33%

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

R = 23%
G = 3.33%
B = 73.67%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#450ADD (or 0x450ADD) is known color: Han Purple. HEX triplet: 45, 0A and DD. RGB value is (69,10,221). Sum of RGB (Red+Green+Blue) = 69+10+221=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #450ADD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #450ADD is #BAF522. Grayscale: #323232. Windows color (decimal): -12252451 or 14486085. OLE color: 14486085.

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

Color convert

RGB 69 10 221 -
CMYK 0.69 0.95 0 0.13
HSL 256.78º 0.91% 0.45% -
HSV(B) 256.78º 0.95% 0.87% -
XYZ 15.61 6.7 68.88 -
YUV 51.7 223.55 140.34 -
System Red Green Blue C M Y K H S L
Decimal 69 10 221 0.69 0.95 0 0.13 256.78 0.91 0.45
Hex 45 A DD 45 5F 0 D 101 5B 2D
Octal 105 12 335 105 137 0 15 401 133 55
Binary 1000101 1010 11011101 1000101 1011111 0 1101 100000001 1011011 101101

Color Harmonies of #450ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450ADD

Black with #450ADD

Text Example


Text Example

White with #450ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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