Html Css Color HEX #4C04CE Han Purple

📋 copy color: '#4C04CE'

red 76 ◦ green 4 ◦ blue 206

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

Shades of Han Purple #4C04CE

Tints of Han Purple #4C04CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 206 (80.86% from 255) = 72.03%

R = 26.57%
G = 1.4%
B = 72.03%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C04CE (or 0x4C04CE) is known color: Han Purple. HEX triplet: 4C, 04 and CE. RGB value is (76,4,206). Sum of RGB (Red+Green+Blue) = 76+4+206=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C04CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C04CE is #B3FB31. Grayscale: #2F2F2F. Windows color (decimal): -11795250 or 13501516. OLE color: 13501516.

HSL color Cylindrical-coordinate representation of color #4C04CE: hue angle of 261.39º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C04CE is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 4 206 -
CMYK 0.63 0.98 0 0.19
HSL 261.39º 0.96% 0.41% -
HSV(B) 261.39º 0.98% 0.81% -
XYZ 14.16 6.08 58.82 -
YUV 48.56 216.85 147.57 -
System Red Green Blue C M Y K H S L
Decimal 76 4 206 0.63 0.98 0 0.19 261.39 0.96 0.41
Hex 4C 4 CE 3F 62 0 13 105 60 29
Octal 114 4 316 77 142 0 23 405 140 51
Binary 1001100 100 11001110 111111 1100010 0 10011 100000101 1100000 101001

Color Harmonies of #4C04CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C04CE

Black with #4C04CE

Text Example


Text Example

White with #4C04CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,4,206); }

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

background-color css

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

 a { background-color: rgb(76,4,206); }

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

border-color css

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

 span { border-color: rgb(76,4,206); }

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