Html Css Color HEX #4A1FED Han Purple

📋 copy color: '#4A1FED'

red 74 ◦ green 31 ◦ blue 237

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

Shades of Han Purple #4A1FED

Tints of Han Purple #4A1FED

RGB

 RED value IS 74 (29.3% from 255) = 21.64%

 GREEN value IS 31 (12.5% from 255) = 9.06%

 BLUE value IS 237 (92.97% from 255) = 69.3%

R = 21.64%
G = 9.06%
B = 69.3%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4A1FED (or 0x4A1FED) is known color: Han Purple. HEX triplet: 4A, 1F and ED. RGB value is (74,31,237). Sum of RGB (Red+Green+Blue) = 74+31+237=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #4A1FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1FED is #B5E012. Grayscale: #424242. Windows color (decimal): -11919379 or 15540042. OLE color: 15540042.

HSL color Cylindrical-coordinate representation of color #4A1FED: hue angle of 252.52º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A1FED is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 31 237 -
CMYK 0.69 0.87 0 0.07
HSL 252.52º 0.85% 0.53% -
HSV(B) 252.52º 0.87% 0.93% -
XYZ 18.6 8.55 80.79 -
YUV 67.34 223.75 132.75 -
System Red Green Blue C M Y K H S L
Decimal 74 31 237 0.69 0.87 0 0.07 252.52 0.85 0.53
Hex 4A 1F ED 45 57 0 7 FD 55 35
Octal 112 37 355 105 127 0 7 375 125 65
Binary 1001010 11111 11101101 1000101 1010111 0 111 11111101 1010101 110101

Color Harmonies of #4A1FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1FED

Black with #4A1FED

Text Example


Text Example

White with #4A1FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A1FED; }

 p { color: rgb(74,31,237); }

 H1.HeaderClassName
 {
   color: #4A1FED;
 }
 .AnyTagClassName
 {
   color: #4A1FED;
 }
</style>

background-color css

<style>
 a { background-color: #4A1FED; }

 a { background-color: rgb(74,31,237); }

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

border-color css

<style>
 span { border-color: #4A1FED; }

 span { border-color: rgb(74,31,237); }

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