Html Css Color HEX #4201FF Han Purple

📋 copy color: '#4201FF'

red 66 ◦ green 1 ◦ blue 255

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

Shades of Han Purple #4201FF

Tints of Han Purple #4201FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 79.19%

R = 20.5%
G = 0.31%
B = 79.19%

CMYK

 C value IS 0.74

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4201FF (or 0x4201FF) is known color: Han Purple. HEX triplet: 42, 01 and FF. RGB value is (66,1,255). Sum of RGB (Red+Green+Blue) = 66+1+255=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #4201FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4201FF is #BDFE00. Grayscale: #303030. Windows color (decimal): -12451329 or 16712002. OLE color: 16712002.

HSL color Cylindrical-coordinate representation of color #4201FF: hue angle of 255.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4201FF is Cyan = 0.74, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 66 1 255 -
CMYK 0.74 1.00 0 0
HSL 255.35º 1% 0.5% -
HSV(B) 255.35º 1% 1% -
XYZ 20.31 8.4 95.16 -
YUV 49.39 244.03 139.85 -
System Red Green Blue C M Y K H S L
Decimal 66 1 255 0.74 1.00 0 0 255.35 1 0.5
Hex 42 1 FF 4A 64 0 0 FF 64 32
Octal 102 1 377 112 144 0 0 377 144 62
Binary 1000010 1 11111111 1001010 1100100 0 0 11111111 1100100 110010

Color Harmonies of #4201FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4201FF

Black with #4201FF

Text Example


Text Example

White with #4201FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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