Html Css Color HEX #4830DE Han Purple

📋 copy color: '#4830DE'

red 72 ◦ green 48 ◦ blue 222

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

Shades of Han Purple #4830DE

Tints of Han Purple #4830DE

RGB

 RED value IS 72 (28.52% from 255) = 21.05%

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

 BLUE value IS 222 (87.11% from 255) = 64.91%

R = 21.05%
G = 14.04%
B = 64.91%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4830DE (or 0x4830DE) is known color: Han Purple. HEX triplet: 48, 30 and DE. RGB value is (72,48,222). Sum of RGB (Red+Green+Blue) = 72+48+222=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #4830DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4830DE is #B7CF21. Grayscale: #4A4A4A. Windows color (decimal): -12046114 or 14561352. OLE color: 14561352.

HSL color Cylindrical-coordinate representation of color #4830DE: hue angle of 248.28º degrees, saturation: 0.73, 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 #4830DE is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 48 222 -
CMYK 0.68 0.78 0 0.13
HSL 248.28º 0.73% 0.53% -
HSV(B) 248.28º 0.78% 0.87% -
XYZ 16.91 8.77 69.91 -
YUV 75.01 210.95 125.85 -
System Red Green Blue C M Y K H S L
Decimal 72 48 222 0.68 0.78 0 0.13 248.28 0.73 0.53
Hex 48 30 DE 44 4E 0 D F8 48 35
Octal 110 60 336 104 116 0 15 370 110 65
Binary 1001000 110000 11011110 1000100 1001110 0 1101 11111000 1001000 110101

Color Harmonies of #4830DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4830DE

Black with #4830DE

Text Example


Text Example

White with #4830DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4830DE; }

 p { color: rgb(72,48,222); }

 H1.HeaderClassName
 {
   color: #4830DE;
 }
 .AnyTagClassName
 {
   color: #4830DE;
 }
</style>

background-color css

<style>
 a { background-color: #4830DE; }

 a { background-color: rgb(72,48,222); }

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

border-color css

<style>
 span { border-color: #4830DE; }

 span { border-color: rgb(72,48,222); }

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