Html Css Color HEX #4C01F1 Han Purple

📋 copy color: '#4C01F1'

red 76 ◦ green 1 ◦ blue 241

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

Shades of Han Purple #4C01F1

Tints of Han Purple #4C01F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 75.79%

R = 23.9%
G = 0.31%
B = 75.79%

CMYK

 C value IS 0.68

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4C01F1 (or 0x4C01F1) is known color: Han Purple. HEX triplet: 4C, 01 and F1. RGB value is (76,1,241). Sum of RGB (Red+Green+Blue) = 76+1+241=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 241 (94.53% from 255 or 75.79% from 318); Max value from RGB is 241 - color contains mainly: blue. Hex color #4C01F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C01F1 is #B3FE0E. Grayscale: #313131. Windows color (decimal): -11795983 or 15794508. OLE color: 15794508.

HSL color Cylindrical-coordinate representation of color #4C01F1: hue angle of 258.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C01F1 is Cyan = 0.68, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 1 241 -
CMYK 0.68 1.00 0 0.05
HSL 258.75º 0.99% 0.47% -
HSV(B) 258.75º 1% 0.95% -
XYZ 18.87 7.91 83.75 -
YUV 50.79 235.35 145.99 -
System Red Green Blue C M Y K H S L
Decimal 76 1 241 0.68 1.00 0 0.05 258.75 0.99 0.47
Hex 4C 1 F1 44 64 0 5 103 63 2F
Octal 114 1 361 104 144 0 5 403 143 57
Binary 1001100 1 11110001 1000100 1100100 0 101 100000011 1100011 101111

Color Harmonies of #4C01F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C01F1

Black with #4C01F1

Text Example


Text Example

White with #4C01F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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