Html Css Color HEX #4C09FC Han Purple

📋 copy color: '#4C09FC'

red 76 ◦ green 9 ◦ blue 252

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

Shades of Han Purple #4C09FC

Tints of Han Purple #4C09FC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.67%

 BLUE value IS 252 (98.83% from 255) = 74.78%

R = 22.55%
G = 2.67%
B = 74.78%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C09FC (or 0x4C09FC) is known color: Han Purple. HEX triplet: 4C, 09 and FC. RGB value is (76,9,252). Sum of RGB (Red+Green+Blue) = 76+9+252=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C09FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C09FC is #B3F603. Grayscale: #373737. Windows color (decimal): -11793924 or 16517452. OLE color: 16517452.

HSL color Cylindrical-coordinate representation of color #4C09FC: hue angle of 256.54º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C09FC is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 9 252 -
CMYK 0.70 0.96 0 0.01
HSL 256.54º 0.98% 0.51% -
HSV(B) 256.54º 0.96% 0.99% -
XYZ 20.65 8.76 92.7 -
YUV 56.74 238.2 141.74 -
System Red Green Blue C M Y K H S L
Decimal 76 9 252 0.70 0.96 0 0.01 256.54 0.98 0.51
Hex 4C 9 FC 46 60 0 1 101 62 33
Octal 114 11 374 106 140 0 1 401 142 63
Binary 1001100 1001 11111100 1000110 1100000 0 1 100000001 1100010 110011

Color Harmonies of #4C09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C09FC

Black with #4C09FC

Text Example


Text Example

White with #4C09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,9,252); }

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

background-color css

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

 a { background-color: rgb(76,9,252); }

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

border-color css

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

 span { border-color: rgb(76,9,252); }

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