Html Css Color HEX #4C0BF8 Han Purple

📋 copy color: '#4C0BF8'

red 76 ◦ green 11 ◦ blue 248

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

Shades of Han Purple #4C0BF8

Tints of Han Purple #4C0BF8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.28%

 BLUE value IS 248 (97.27% from 255) = 74.03%

R = 22.69%
G = 3.28%
B = 74.03%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4C0BF8 (or 0x4C0BF8) is known color: Han Purple. HEX triplet: 4C, 0B and F8. RGB value is (76,11,248). Sum of RGB (Red+Green+Blue) = 76+11+248=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 248 (97.27% from 255 or 74.03% from 335); Max value from RGB is 248 - color contains mainly: blue. Hex color #4C0BF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0BF8 is #B3F407. Grayscale: #383838. Windows color (decimal): -11793416 or 16255820. OLE color: 16255820.

HSL color Cylindrical-coordinate representation of color #4C0BF8: hue angle of 256.46º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C0BF8 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 76 11 248 -
CMYK 0.69 0.96 0 0.03
HSL 256.46º 0.94% 0.51% -
HSV(B) 256.46º 0.96% 0.97% -
XYZ 20.04 8.55 89.4 -
YUV 57.45 235.53 141.23 -
System Red Green Blue C M Y K H S L
Decimal 76 11 248 0.69 0.96 0 0.03 256.46 0.94 0.51
Hex 4C B F8 45 60 0 3 100 5E 33
Octal 114 13 370 105 140 0 3 400 136 63
Binary 1001100 1011 11111000 1000101 1100000 0 11 100000000 1011110 110011

Color Harmonies of #4C0BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0BF8

Black with #4C0BF8

Text Example


Text Example

White with #4C0BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,11,248); }

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

background-color css

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

 a { background-color: rgb(76,11,248); }

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

border-color css

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

 span { border-color: rgb(76,11,248); }

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