Html Css Color HEX #4C0DF1 Han Purple

📋 copy color: '#4C0DF1'

red 76 ◦ green 13 ◦ blue 241

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

Shades of Han Purple #4C0DF1

Tints of Han Purple #4C0DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 73.03%

R = 23.03%
G = 3.94%
B = 73.03%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4C0DF1 (or 0x4C0DF1) is known color: Han Purple. HEX triplet: 4C, 0D and F1. RGB value is (76,13,241). Sum of RGB (Red+Green+Blue) = 76+13+241=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 241 (94.53% from 255 or 73.03% from 330); Max value from RGB is 241 - color contains mainly: blue. Hex color #4C0DF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0DF1 is #B3F20E. Grayscale: #383838. Windows color (decimal): -11792911 or 15797580. OLE color: 15797580.

HSL color Cylindrical-coordinate representation of color #4C0DF1: hue angle of 256.58º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0DF1 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 13 241 -
CMYK 0.68 0.95 0 0.05
HSL 256.58º 0.9% 0.5% -
HSV(B) 256.58º 0.95% 0.95% -
XYZ 19 8.18 83.8 -
YUV 57.83 231.37 140.96 -
System Red Green Blue C M Y K H S L
Decimal 76 13 241 0.68 0.95 0 0.05 256.58 0.9 0.5
Hex 4C D F1 44 5F 0 5 101 5A 32
Octal 114 15 361 104 137 0 5 401 132 62
Binary 1001100 1101 11110001 1000100 1011111 0 101 100000001 1011010 110010

Color Harmonies of #4C0DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0DF1

Black with #4C0DF1

Text Example


Text Example

White with #4C0DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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