Html Css Color HEX #451FDD Han Purple

📋 copy color: '#451FDD'

red 69 ◦ green 31 ◦ blue 221

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

Shades of Han Purple #451FDD

Tints of Han Purple #451FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.66%

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

R = 21.5%
G = 9.66%
B = 68.85%

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

#451FDD (or 0x451FDD) is known color: Han Purple. HEX triplet: 45, 1F and DD. RGB value is (69,31,221). Sum of RGB (Red+Green+Blue) = 69+31+221=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #451FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451FDD is #BAE022. Grayscale: #3F3F3F. Windows color (decimal): -12247075 or 14491461. OLE color: 14491461.

HSL color Cylindrical-coordinate representation of color #451FDD: hue angle of 252º degrees, saturation: 0.75, 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 #451FDD is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 69 31 221 -
CMYK 0.69 0.86 0 0.13
HSL 252º 0.75% 0.49% -
HSV(B) 252º 0.86% 0.87% -
XYZ 16 7.47 69 -
YUV 64.02 216.59 131.55 -
System Red Green Blue C M Y K H S L
Decimal 69 31 221 0.69 0.86 0 0.13 252 0.75 0.49
Hex 45 1F DD 45 56 0 D FC 4B 31
Octal 105 37 335 105 126 0 15 374 113 61
Binary 1000101 11111 11011101 1000101 1010110 0 1101 11111100 1001011 110001

Color Harmonies of #451FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451FDD

Black with #451FDD

Text Example


Text Example

White with #451FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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