Html Css Color HEX #450AF8 Han Purple

📋 copy color: '#450AF8'

red 69 ◦ green 10 ◦ blue 248

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

Shades of Han Purple #450AF8

Tints of Han Purple #450AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 75.84%

R = 21.1%
G = 3.06%
B = 75.84%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#450AF8 (or 0x450AF8) is known color: Han Purple. HEX triplet: 45, 0A and F8. RGB value is (69,10,248). Sum of RGB (Red+Green+Blue) = 69+10+248=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 248 (97.27% from 255 or 75.84% from 327); Max value from RGB is 248 - color contains mainly: blue. Hex color #450AF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450AF8 is #BAF507. Grayscale: #353535. Windows color (decimal): -12252424 or 16255557. OLE color: 16255557.

HSL color Cylindrical-coordinate representation of color #450AF8: hue angle of 254.87º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450AF8 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 69 10 248 -
CMYK 0.72 0.96 0 0.03
HSL 254.87º 0.94% 0.51% -
HSV(B) 254.87º 0.96% 0.97% -
XYZ 19.51 8.26 89.37 -
YUV 54.77 237.05 138.15 -
System Red Green Blue C M Y K H S L
Decimal 69 10 248 0.72 0.96 0 0.03 254.87 0.94 0.51
Hex 45 A F8 48 60 0 3 FF 5E 33
Octal 105 12 370 110 140 0 3 377 136 63
Binary 1000101 1010 11111000 1001000 1100000 0 11 11111111 1011110 110011

Color Harmonies of #450AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450AF8

Black with #450AF8

Text Example


Text Example

White with #450AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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