Html Css Color HEX #450DFF Han Purple

📋 copy color: '#450DFF'

red 69 ◦ green 13 ◦ blue 255

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

Shades of Han Purple #450DFF

Tints of Han Purple #450DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.86%

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

R = 20.47%
G = 3.86%
B = 75.67%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#450DFF (or 0x450DFF) is known color: Han Purple. HEX triplet: 45, 0D and FF. RGB value is (69,13,255). Sum of RGB (Red+Green+Blue) = 69+13+255=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #450DFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450DFF is #BAF200. Grayscale: #383838. Windows color (decimal): -12251649 or 16715077. OLE color: 16715077.

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

Color convert

RGB 69 13 255 -
CMYK 0.73 0.95 0 0
HSL 253.88º 1% 0.53% -
HSV(B) 253.88º 0.95% 1% -
XYZ 20.65 8.77 95.21 -
YUV 57.33 239.55 136.32 -
System Red Green Blue C M Y K H S L
Decimal 69 13 255 0.73 0.95 0 0 253.88 1 0.53
Hex 45 D FF 49 5F 0 0 FE 64 35
Octal 105 15 377 111 137 0 0 376 144 65
Binary 1000101 1101 11111111 1001001 1011111 0 0 11111110 1100100 110101

Color Harmonies of #450DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450DFF

Black with #450DFF

Text Example


Text Example

White with #450DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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