Html Css Color HEX #4A30EB Han Purple

📋 copy color: '#4A30EB'

red 74 ◦ green 48 ◦ blue 235

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

Shades of Han Purple #4A30EB

Tints of Han Purple #4A30EB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.45%

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

R = 20.73%
G = 13.45%
B = 65.83%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4A30EB (or 0x4A30EB) is known color: Han Purple. HEX triplet: 4A, 30 and EB. RGB value is (74,48,235). Sum of RGB (Red+Green+Blue) = 74+48+235=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A30EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A30EB is #B5CF14. Grayscale: #4C4C4C. Windows color (decimal): -11915029 or 15413322. OLE color: 15413322.

HSL color Cylindrical-coordinate representation of color #4A30EB: hue angle of 248.34º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A30EB is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 48 235 -
CMYK 0.69 0.80 0 0.08
HSL 248.34º 0.82% 0.55% -
HSV(B) 248.34º 0.8% 0.92% -
XYZ 18.88 9.57 79.45 -
YUV 77.09 217.11 125.79 -
System Red Green Blue C M Y K H S L
Decimal 74 48 235 0.69 0.80 0 0.08 248.34 0.82 0.55
Hex 4A 30 EB 45 50 0 8 F8 52 37
Octal 112 60 353 105 120 0 10 370 122 67
Binary 1001010 110000 11101011 1000101 1010000 0 1000 11111000 1010010 110111

Color Harmonies of #4A30EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A30EB

Black with #4A30EB

Text Example


Text Example

White with #4A30EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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