Html Css Color HEX #4515F4 Han Purple

📋 copy color: '#4515F4'

red 69 ◦ green 21 ◦ blue 244

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

Shades of Han Purple #4515F4

Tints of Han Purple #4515F4

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.29%

 BLUE value IS 244 (95.7% from 255) = 73.05%

R = 20.66%
G = 6.29%
B = 73.05%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4515F4 (or 0x4515F4) is known color: Han Purple. HEX triplet: 45, 15 and F4. RGB value is (69,21,244). Sum of RGB (Red+Green+Blue) = 69+21+244=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 244 (95.70% from 255 or 73.05% from 334); Max value from RGB is 244 - color contains mainly: blue. Hex color #4515F4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4515F4 is #BAEA0B. Grayscale: #3B3B3B. Windows color (decimal): -12249612 or 15996229. OLE color: 15996229.

HSL color Cylindrical-coordinate representation of color #4515F4: hue angle of 252.91º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4515F4 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 69 21 244 -
CMYK 0.72 0.91 0 0.04
HSL 252.91º 0.91% 0.52% -
HSV(B) 252.91º 0.91% 0.96% -
XYZ 19.05 8.33 86.19 -
YUV 60.77 231.4 133.87 -
System Red Green Blue C M Y K H S L
Decimal 69 21 244 0.72 0.91 0 0.04 252.91 0.91 0.52
Hex 45 15 F4 48 5B 0 4 FD 5B 34
Octal 105 25 364 110 133 0 4 375 133 64
Binary 1000101 10101 11110100 1001000 1011011 0 100 11111101 1011011 110100

Color Harmonies of #4515F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4515F4

Black with #4515F4

Text Example


Text Example

White with #4515F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4515F4; }

 p { color: rgb(69,21,244); }

 H1.HeaderClassName
 {
   color: #4515F4;
 }
 .AnyTagClassName
 {
   color: #4515F4;
 }
</style>

background-color css

<style>
 a { background-color: #4515F4; }

 a { background-color: rgb(69,21,244); }

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

border-color css

<style>
 span { border-color: #4515F4; }

 span { border-color: rgb(69,21,244); }

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