Html Css Color HEX #4C01DD Han Purple

📋 copy color: '#4C01DD'

red 76 ◦ green 1 ◦ blue 221

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

Shades of Han Purple #4C01DD

Tints of Han Purple #4C01DD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 221 (86.72% from 255) = 74.16%

R = 25.5%
G = 0.34%
B = 74.16%

CMYK

 C value IS 0.66

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C01DD (or 0x4C01DD) is known color: Han Purple. HEX triplet: 4C, 01 and DD. RGB value is (76,1,221). Sum of RGB (Red+Green+Blue) = 76+1+221=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C01DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C01DD is #B3FE22. Grayscale: #2F2F2F. Windows color (decimal): -11796003 or 14483788. OLE color: 14483788.

HSL color Cylindrical-coordinate representation of color #4C01DD: hue angle of 260.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C01DD is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 1 221 -
CMYK 0.66 1.00 0 0.13
HSL 260.45º 0.99% 0.44% -
HSV(B) 260.45º 1% 0.87% -
XYZ 16.04 6.78 68.87 -
YUV 48.51 225.35 147.61 -
System Red Green Blue C M Y K H S L
Decimal 76 1 221 0.66 1.00 0 0.13 260.45 0.99 0.44
Hex 4C 1 DD 42 64 0 D 104 63 2C
Octal 114 1 335 102 144 0 15 404 143 54
Binary 1001100 1 11011101 1000010 1100100 0 1101 100000100 1100011 101100

Color Harmonies of #4C01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C01DD

Black with #4C01DD

Text Example


Text Example

White with #4C01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,1,221); }

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

background-color css

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

 a { background-color: rgb(76,1,221); }

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

border-color css

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

 span { border-color: rgb(76,1,221); }

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