Html Css Color HEX #4531EC Han Purple

📋 copy color: '#4531EC'

red 69 ◦ green 49 ◦ blue 236

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

Shades of Han Purple #4531EC

Tints of Han Purple #4531EC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.84%

 BLUE value IS 236 (92.58% from 255) = 66.67%

R = 19.49%
G = 13.84%
B = 66.67%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4531EC (or 0x4531EC) is known color: Han Purple. HEX triplet: 45, 31 and EC. RGB value is (69,49,236). Sum of RGB (Red+Green+Blue) = 69+49+236=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #4531EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4531EC is #BACE13. Grayscale: #4B4B4B. Windows color (decimal): -12242452 or 15479109. OLE color: 15479109.

HSL color Cylindrical-coordinate representation of color #4531EC: hue angle of 246.42º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4531EC is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 69 49 236 -
CMYK 0.71 0.79 0 0.07
HSL 246.42º 0.83% 0.56% -
HSV(B) 246.42º 0.79% 0.93% -
XYZ 18.69 9.52 80.21 -
YUV 76.3 218.13 122.79 -
System Red Green Blue C M Y K H S L
Decimal 69 49 236 0.71 0.79 0 0.07 246.42 0.83 0.56
Hex 45 31 EC 47 4F 0 7 F6 53 38
Octal 105 61 354 107 117 0 7 366 123 70
Binary 1000101 110001 11101100 1000111 1001111 0 111 11110110 1010011 111000

Color Harmonies of #4531EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4531EC

Black with #4531EC

Text Example


Text Example

White with #4531EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4531EC; }

 p { color: rgb(69,49,236); }

 H1.HeaderClassName
 {
   color: #4531EC;
 }
 .AnyTagClassName
 {
   color: #4531EC;
 }
</style>

background-color css

<style>
 a { background-color: #4531EC; }

 a { background-color: rgb(69,49,236); }

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

border-color css

<style>
 span { border-color: #4531EC; }

 span { border-color: rgb(69,49,236); }

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