Html Css Color HEX #451ADD Han Purple

📋 copy color: '#451ADD'

red 69 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #451ADD

Tints of Han Purple #451ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.23%

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

R = 21.84%
G = 8.23%
B = 69.94%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#451ADD (or 0x451ADD) is known color: Han Purple. HEX triplet: 45, 1A and DD. RGB value is (69,26,221). Sum of RGB (Red+Green+Blue) = 69+26+221=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #451ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451ADD is #BAE522. Grayscale: #3C3C3C. Windows color (decimal): -12248355 or 14490181. OLE color: 14490181.

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

Color convert

RGB 69 26 221 -
CMYK 0.69 0.88 0 0.13
HSL 253.23º 0.79% 0.48% -
HSV(B) 253.23º 0.88% 0.87% -
XYZ 15.87 7.22 68.96 -
YUV 61.09 218.25 133.64 -
System Red Green Blue C M Y K H S L
Decimal 69 26 221 0.69 0.88 0 0.13 253.23 0.79 0.48
Hex 45 1A DD 45 58 0 D FD 4F 30
Octal 105 32 335 105 130 0 15 375 117 60
Binary 1000101 11010 11011101 1000101 1011000 0 1101 11111101 1001111 110000

Color Harmonies of #451ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451ADD

Black with #451ADD

Text Example


Text Example

White with #451ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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