Html Css Color HEX #4C10DB Han Purple

📋 copy color: '#4C10DB'

red 76 ◦ green 16 ◦ blue 219

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

Shades of Han Purple #4C10DB

Tints of Han Purple #4C10DB

RGB

 RED value IS 76 (30.08% from 255) = 24.44%

 GREEN value IS 16 (6.64% from 255) = 5.14%

 BLUE value IS 219 (85.94% from 255) = 70.42%

R = 24.44%
G = 5.14%
B = 70.42%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C10DB (or 0x4C10DB) is known color: Han Purple. HEX triplet: 4C, 10 and DB. RGB value is (76,16,219). Sum of RGB (Red+Green+Blue) = 76+16+219=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C10DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C10DB is #B3EF24. Grayscale: #383838. Windows color (decimal): -11792165 or 14356556. OLE color: 14356556.

HSL color Cylindrical-coordinate representation of color #4C10DB: hue angle of 257.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C10DB is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 76 16 219 -
CMYK 0.65 0.93 0 0.14
HSL 257.73º 0.86% 0.46% -
HSV(B) 257.73º 0.93% 0.86% -
XYZ 15.95 7.02 67.53 -
YUV 57.08 219.38 141.49 -
System Red Green Blue C M Y K H S L
Decimal 76 16 219 0.65 0.93 0 0.14 257.73 0.86 0.46
Hex 4C 10 DB 41 5D 0 E 102 56 2E
Octal 114 20 333 101 135 0 16 402 126 56
Binary 1001100 10000 11011011 1000001 1011101 0 1110 100000010 1010110 101110

Color Harmonies of #4C10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C10DB

Black with #4C10DB

Text Example


Text Example

White with #4C10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,16,219); }

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

background-color css

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

 a { background-color: rgb(76,16,219); }

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

border-color css

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

 span { border-color: rgb(76,16,219); }

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