Html Css Color HEX #4A1BEC Han Purple

📋 copy color: '#4A1BEC'

red 74 ◦ green 27 ◦ blue 236

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

Shades of Han Purple #4A1BEC

Tints of Han Purple #4A1BEC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.01%

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

R = 21.96%
G = 8.01%
B = 70.03%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4A1BEC (or 0x4A1BEC) is known color: Han Purple. HEX triplet: 4A, 1B and EC. RGB value is (74,27,236). Sum of RGB (Red+Green+Blue) = 74+27+236=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A1BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1BEC is #B5E413. Grayscale: #404040. Windows color (decimal): -11920404 or 15473482. OLE color: 15473482.

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

Color convert

RGB 74 27 236 -
CMYK 0.69 0.89 0 0.07
HSL 253.49º 0.85% 0.52% -
HSV(B) 253.49º 0.89% 0.93% -
XYZ 18.36 8.3 79.99 -
YUV 64.88 224.57 134.51 -
System Red Green Blue C M Y K H S L
Decimal 74 27 236 0.69 0.89 0 0.07 253.49 0.85 0.52
Hex 4A 1B EC 45 59 0 7 FD 55 34
Octal 112 33 354 105 131 0 7 375 125 64
Binary 1001010 11011 11101100 1000101 1011001 0 111 11111101 1010101 110100

Color Harmonies of #4A1BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1BEC

Black with #4A1BEC

Text Example


Text Example

White with #4A1BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,27,236); }

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

background-color css

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

 a { background-color: rgb(74,27,236); }

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

border-color css

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

 span { border-color: rgb(74,27,236); }

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