Html Css Color HEX #4A17EB Han Purple

📋 copy color: '#4A17EB'

red 74 ◦ green 23 ◦ blue 235

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

Shades of Han Purple #4A17EB

Tints of Han Purple #4A17EB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.93%

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

R = 22.29%
G = 6.93%
B = 70.78%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A17EB (or 0x4A17EB) is known color: Han Purple. HEX triplet: 4A, 17 and EB. RGB value is (74,23,235). Sum of RGB (Red+Green+Blue) = 74+23+235=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A17EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A17EB is #B5E814. Grayscale: #3D3D3D. Windows color (decimal): -11921429 or 15406922. OLE color: 15406922.

HSL color Cylindrical-coordinate representation of color #4A17EB: hue angle of 254.43º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A17EB is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 23 235 -
CMYK 0.69 0.90 0 0.08
HSL 254.43º 0.84% 0.51% -
HSV(B) 254.43º 0.9% 0.92% -
XYZ 18.13 8.07 79.2 -
YUV 62.42 225.4 136.26 -
System Red Green Blue C M Y K H S L
Decimal 74 23 235 0.69 0.90 0 0.08 254.43 0.84 0.51
Hex 4A 17 EB 45 5A 0 8 FE 54 33
Octal 112 27 353 105 132 0 10 376 124 63
Binary 1001010 10111 11101011 1000101 1011010 0 1000 11111110 1010100 110011

Color Harmonies of #4A17EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A17EB

Black with #4A17EB

Text Example


Text Example

White with #4A17EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,23,235); }

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

background-color css

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

 a { background-color: rgb(74,23,235); }

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

border-color css

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

 span { border-color: rgb(74,23,235); }

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