Html Css Color HEX #450CEB Han Purple

📋 copy color: '#450CEB'

red 69 ◦ green 12 ◦ blue 235

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

Shades of Han Purple #450CEB

Tints of Han Purple #450CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.8%

 BLUE value IS 235 (92.19% from 255) = 74.37%

R = 21.84%
G = 3.8%
B = 74.37%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#450CEB (or 0x450CEB) is known color: Han Purple. HEX triplet: 45, 0C and EB. RGB value is (69,12,235). Sum of RGB (Red+Green+Blue) = 69+12+235=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #450CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #450CEB is #BAF314. Grayscale: #353535. Windows color (decimal): -12251925 or 15404101. OLE color: 15404101.

HSL color Cylindrical-coordinate representation of color #450CEB: hue angle of 255.34º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450CEB is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 69 12 235 -
CMYK 0.71 0.95 0 0.08
HSL 255.34º 0.9% 0.48% -
HSV(B) 255.34º 0.95% 0.92% -
XYZ 17.58 7.53 79.12 -
YUV 54.47 229.88 138.37 -
System Red Green Blue C M Y K H S L
Decimal 69 12 235 0.71 0.95 0 0.08 255.34 0.9 0.48
Hex 45 C EB 47 5F 0 8 FF 5A 30
Octal 105 14 353 107 137 0 10 377 132 60
Binary 1000101 1100 11101011 1000111 1011111 0 1000 11111111 1011010 110000

Color Harmonies of #450CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450CEB

Black with #450CEB

Text Example


Text Example

White with #450CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,12,235); }

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

background-color css

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

 a { background-color: rgb(69,12,235); }

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

border-color css

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

 span { border-color: rgb(69,12,235); }

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