Html Css Color HEX #451DF1 Han Purple

📋 copy color: '#451DF1'

red 69 ◦ green 29 ◦ blue 241

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

Shades of Han Purple #451DF1

Tints of Han Purple #451DF1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.55%

 BLUE value IS 241 (94.53% from 255) = 71.09%

R = 20.35%
G = 8.55%
B = 71.09%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#451DF1 (or 0x451DF1) is known color: Han Purple. HEX triplet: 45, 1D and F1. RGB value is (69,29,241). Sum of RGB (Red+Green+Blue) = 69+29+241=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 241 (94.53% from 255 or 71.09% from 339); Max value from RGB is 241 - color contains mainly: blue. Hex color #451DF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #451DF1 is #BAE20E. Grayscale: #404040. Windows color (decimal): -12247567 or 15801669. OLE color: 15801669.

HSL color Cylindrical-coordinate representation of color #451DF1: hue angle of 251.32º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #451DF1 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 69 29 241 -
CMYK 0.71 0.88 0 0.05
HSL 251.32º 0.88% 0.53% -
HSV(B) 251.32º 0.88% 0.95% -
XYZ 18.77 8.49 83.87 -
YUV 65.13 227.25 130.76 -
System Red Green Blue C M Y K H S L
Decimal 69 29 241 0.71 0.88 0 0.05 251.32 0.88 0.53
Hex 45 1D F1 47 58 0 5 FB 58 35
Octal 105 35 361 107 130 0 5 373 130 65
Binary 1000101 11101 11110001 1000111 1011000 0 101 11111011 1011000 110101

Color Harmonies of #451DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451DF1

Black with #451DF1

Text Example


Text Example

White with #451DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,29,241); }

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

background-color css

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

 a { background-color: rgb(69,29,241); }

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

border-color css

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

 span { border-color: rgb(69,29,241); }

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