Html Css Color HEX #4C08FD Han Purple

📋 copy color: '#4C08FD'

red 76 ◦ green 8 ◦ blue 253

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

Shades of Han Purple #4C08FD

Tints of Han Purple #4C08FD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.37%

 BLUE value IS 253 (99.22% from 255) = 75.07%

R = 22.55%
G = 2.37%
B = 75.07%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4C08FD (or 0x4C08FD) is known color: Han Purple. HEX triplet: 4C, 08 and FD. RGB value is (76,8,253). Sum of RGB (Red+Green+Blue) = 76+8+253=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #4C08FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C08FD is #B3F702. Grayscale: #373737. Windows color (decimal): -11794179 or 16582732. OLE color: 16582732.

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

Color convert

RGB 76 8 253 -
CMYK 0.70 0.97 0 0.01
HSL 256.65º 0.98% 0.51% -
HSV(B) 256.65º 0.97% 0.99% -
XYZ 20.8 8.8 93.53 -
YUV 56.26 239.03 142.08 -
System Red Green Blue C M Y K H S L
Decimal 76 8 253 0.70 0.97 0 0.01 256.65 0.98 0.51
Hex 4C 8 FD 46 61 0 1 101 62 33
Octal 114 10 375 106 141 0 1 401 142 63
Binary 1001100 1000 11111101 1000110 1100001 0 1 100000001 1100010 110011

Color Harmonies of #4C08FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C08FD

Black with #4C08FD

Text Example


Text Example

White with #4C08FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,8,253); }

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

background-color css

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

 a { background-color: rgb(76,8,253); }

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

border-color css

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

 span { border-color: rgb(76,8,253); }

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