Html Css Color HEX #4B18DC Han Purple

📋 copy color: '#4B18DC'

red 75 ◦ green 24 ◦ blue 220

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

Shades of Han Purple #4B18DC

Tints of Han Purple #4B18DC

RGB

 RED value IS 75 (29.69% from 255) = 23.51%

 GREEN value IS 24 (9.77% from 255) = 7.52%

 BLUE value IS 220 (86.33% from 255) = 68.97%

R = 23.51%
G = 7.52%
B = 68.97%

CMYK

 C value IS 0.66

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4B18DC (or 0x4B18DC) is known color: Han Purple. HEX triplet: 4B, 18 and DC. RGB value is (75,24,220). Sum of RGB (Red+Green+Blue) = 75+24+220=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #4B18DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B18DC is #B4E723. Grayscale: #3C3C3C. Windows color (decimal): -11855652 or 14424139. OLE color: 14424139.

HSL color Cylindrical-coordinate representation of color #4B18DC: hue angle of 255.61º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B18DC is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 24 220 -
CMYK 0.66 0.89 0 0.14
HSL 255.61º 0.8% 0.48% -
HSV(B) 255.61º 0.89% 0.86% -
XYZ 16.15 7.32 68.27 -
YUV 61.59 217.4 137.56 -
System Red Green Blue C M Y K H S L
Decimal 75 24 220 0.66 0.89 0 0.14 255.61 0.8 0.48
Hex 4B 18 DC 42 59 0 E 100 50 30
Octal 113 30 334 102 131 0 16 400 120 60
Binary 1001011 11000 11011100 1000010 1011001 0 1110 100000000 1010000 110000

Color Harmonies of #4B18DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B18DC

Black with #4B18DC

Text Example


Text Example

White with #4B18DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,24,220); }

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

background-color css

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

 a { background-color: rgb(75,24,220); }

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

border-color css

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

 span { border-color: rgb(75,24,220); }

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