Html Css Color HEX #4A30DD Han Purple

📋 copy color: '#4A30DD'

red 74 ◦ green 48 ◦ blue 221

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

Shades of Han Purple #4A30DD

Tints of Han Purple #4A30DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.43%

R = 21.57%
G = 13.99%
B = 64.43%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A30DD (or 0x4A30DD) is known color: Han Purple. HEX triplet: 4A, 30 and DD. RGB value is (74,48,221). Sum of RGB (Red+Green+Blue) = 74+48+221=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A30DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A30DD is #B5CF22. Grayscale: #4A4A4A. Windows color (decimal): -11915043 or 14495818. OLE color: 14495818.

HSL color Cylindrical-coordinate representation of color #4A30DD: hue angle of 249.02º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A30DD is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 48 221 -
CMYK 0.67 0.78 0 0.13
HSL 249.02º 0.72% 0.53% -
HSV(B) 249.02º 0.78% 0.87% -
XYZ 16.93 8.79 69.21 -
YUV 75.5 210.11 126.93 -
System Red Green Blue C M Y K H S L
Decimal 74 48 221 0.67 0.78 0 0.13 249.02 0.72 0.53
Hex 4A 30 DD 43 4E 0 D F9 48 35
Octal 112 60 335 103 116 0 15 371 110 65
Binary 1001010 110000 11011101 1000011 1001110 0 1101 11111001 1001000 110101

Color Harmonies of #4A30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A30DD

Black with #4A30DD

Text Example


Text Example

White with #4A30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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