Html Css Color HEX #4C0DEB Han Purple

📋 copy color: '#4C0DEB'

red 76 ◦ green 13 ◦ blue 235

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

Shades of Han Purple #4C0DEB

Tints of Han Purple #4C0DEB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.01%

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

R = 23.46%
G = 4.01%
B = 72.53%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4C0DEB (or 0x4C0DEB) is known color: Han Purple. HEX triplet: 4C, 0D and EB. RGB value is (76,13,235). Sum of RGB (Red+Green+Blue) = 76+13+235=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 235 (92.19% from 255 or 72.53% from 324); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C0DEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0DEB is #B3F214. Grayscale: #383838. Windows color (decimal): -11792917 or 15404364. OLE color: 15404364.

HSL color Cylindrical-coordinate representation of color #4C0DEB: hue angle of 257.03º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0DEB is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 76 13 235 -
CMYK 0.68 0.94 0 0.08
HSL 257.03º 0.9% 0.49% -
HSV(B) 257.03º 0.94% 0.92% -
XYZ 18.12 7.82 79.15 -
YUV 57.15 228.37 141.45 -
System Red Green Blue C M Y K H S L
Decimal 76 13 235 0.68 0.94 0 0.08 257.03 0.9 0.49
Hex 4C D EB 44 5E 0 8 101 5A 31
Octal 114 15 353 104 136 0 10 401 132 61
Binary 1001100 1101 11101011 1000100 1011110 0 1000 100000001 1011010 110001

Color Harmonies of #4C0DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0DEB

Black with #4C0DEB

Text Example


Text Example

White with #4C0DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,13,235); }

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

background-color css

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

 a { background-color: rgb(76,13,235); }

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

border-color css

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

 span { border-color: rgb(76,13,235); }

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