Html Css Color HEX #4201F1 Han Purple

📋 copy color: '#4201F1'

red 66 ◦ green 1 ◦ blue 241

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

Shades of Han Purple #4201F1

Tints of Han Purple #4201F1

RGB

 RED value IS 66 (26.17% from 255) = 21.43%

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

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

R = 21.43%
G = 0.32%
B = 78.25%

CMYK

 C value IS 0.73

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4201F1 (or 0x4201F1) is known color: Han Purple. HEX triplet: 42, 01 and F1. RGB value is (66,1,241). Sum of RGB (Red+Green+Blue) = 66+1+241=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 241 (94.53% from 255 or 78.25% from 308); Max value from RGB is 241 - color contains mainly: blue. Hex color #4201F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4201F1 is #BDFE0E. Grayscale: #2E2E2E. Windows color (decimal): -12451343 or 15794498. OLE color: 15794498.

HSL color Cylindrical-coordinate representation of color #4201F1: hue angle of 256.25º 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 #4201F1 is Cyan = 0.73, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 1 241 -
CMYK 0.73 1.00 0 0.05
HSL 256.25º 0.99% 0.47% -
HSV(B) 256.25º 1% 0.95% -
XYZ 18.13 7.53 83.72 -
YUV 47.8 237.03 140.99 -
System Red Green Blue C M Y K H S L
Decimal 66 1 241 0.73 1.00 0 0.05 256.25 0.99 0.47
Hex 42 1 F1 49 64 0 5 100 63 2F
Octal 102 1 361 111 144 0 5 400 143 57
Binary 1000010 1 11110001 1001001 1100100 0 101 100000000 1100011 101111

Color Harmonies of #4201F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4201F1

Black with #4201F1

Text Example


Text Example

White with #4201F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4201F1; }

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

 H1.HeaderClassName
 {
   color: #4201F1;
 }
 .AnyTagClassName
 {
   color: #4201F1;
 }
</style>

background-color css

<style>
 a { background-color: #4201F1; }

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

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

border-color css

<style>
 span { border-color: #4201F1; }

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

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