Html Css Color HEX #450AFF Han Purple

📋 copy color: '#450AFF'

red 69 ◦ green 10 ◦ blue 255

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

Shades of Han Purple #450AFF

Tints of Han Purple #450AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 76.35%

R = 20.66%
G = 2.99%
B = 76.35%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#450AFF (or 0x450AFF) is known color: Han Purple. HEX triplet: 45, 0A and FF. RGB value is (69,10,255). Sum of RGB (Red+Green+Blue) = 69+10+255=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #450AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450AFF is #BAF500. Grayscale: #363636. Windows color (decimal): -12252417 or 16714309. OLE color: 16714309.

HSL color Cylindrical-coordinate representation of color #450AFF: hue angle of 254.45º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450AFF is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 69 10 255 -
CMYK 0.73 0.96 0 0
HSL 254.45º 1% 0.52% -
HSV(B) 254.45º 0.96% 1% -
XYZ 20.61 8.7 95.2 -
YUV 55.57 240.55 137.58 -
System Red Green Blue C M Y K H S L
Decimal 69 10 255 0.73 0.96 0 0 254.45 1 0.52
Hex 45 A FF 49 60 0 0 FE 64 34
Octal 105 12 377 111 140 0 0 376 144 64
Binary 1000101 1010 11111111 1001001 1100000 0 0 11111110 1100100 110100

Color Harmonies of #450AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450AFF

Black with #450AFF

Text Example


Text Example

White with #450AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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