Html Css Color HEX #451EDD Han Purple

📋 copy color: '#451EDD'

red 69 ◦ green 30 ◦ blue 221

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

Shades of Han Purple #451EDD

Tints of Han Purple #451EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.38%

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

R = 21.56%
G = 9.38%
B = 69.06%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#451EDD (or 0x451EDD) is known color: Han Purple. HEX triplet: 45, 1E and DD. RGB value is (69,30,221). Sum of RGB (Red+Green+Blue) = 69+30+221=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #451EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451EDD is #BAE122. Grayscale: #3E3E3E. Windows color (decimal): -12247331 or 14491205. OLE color: 14491205.

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

Color convert

RGB 69 30 221 -
CMYK 0.69 0.86 0 0.13
HSL 252.25º 0.76% 0.49% -
HSV(B) 252.25º 0.86% 0.87% -
XYZ 15.97 7.41 69 -
YUV 63.44 216.92 131.97 -
System Red Green Blue C M Y K H S L
Decimal 69 30 221 0.69 0.86 0 0.13 252.25 0.76 0.49
Hex 45 1E DD 45 56 0 D FC 4C 31
Octal 105 36 335 105 126 0 15 374 114 61
Binary 1000101 11110 11011101 1000101 1010110 0 1101 11111100 1001100 110001

Color Harmonies of #451EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451EDD

Black with #451EDD

Text Example


Text Example

White with #451EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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