Html Css Color HEX #450EFA Han Purple

📋 copy color: '#450EFA'

red 69 ◦ green 14 ◦ blue 250

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

Shades of Han Purple #450EFA

Tints of Han Purple #450EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.2%

 BLUE value IS 250 (98.05% from 255) = 75.08%

R = 20.72%
G = 4.2%
B = 75.08%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#450EFA (or 0x450EFA) is known color: Han Purple. HEX triplet: 45, 0E and FA. RGB value is (69,14,250). Sum of RGB (Red+Green+Blue) = 69+14+250=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 250 (98.05% from 255 or 75.08% from 333); Max value from RGB is 250 - color contains mainly: blue. Hex color #450EFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450EFA is #BAF105. Grayscale: #383838. Windows color (decimal): -12251398 or 16387653. OLE color: 16387653.

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

Color convert

RGB 69 14 250 -
CMYK 0.72 0.94 0 0.02
HSL 253.98º 0.96% 0.52% -
HSV(B) 253.98º 0.94% 0.98% -
XYZ 19.87 8.48 91.03 -
YUV 57.35 236.72 136.31 -
System Red Green Blue C M Y K H S L
Decimal 69 14 250 0.72 0.94 0 0.02 253.98 0.96 0.52
Hex 45 E FA 48 5E 0 2 FE 60 34
Octal 105 16 372 110 136 0 2 376 140 64
Binary 1000101 1110 11111010 1001000 1011110 0 10 11111110 1100000 110100

Color Harmonies of #450EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450EFA

Black with #450EFA

Text Example


Text Example

White with #450EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,14,250); }

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

background-color css

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

 a { background-color: rgb(69,14,250); }

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

border-color css

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

 span { border-color: rgb(69,14,250); }

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