Html Css Color HEX #4201CE Han Purple

📋 copy color: '#4201CE'

red 66 ◦ green 1 ◦ blue 206

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

Shades of Han Purple #4201CE

Tints of Han Purple #4201CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.46%

R = 24.18%
G = 0.37%
B = 75.46%

CMYK

 C value IS 0.68

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4201CE (or 0x4201CE) is known color: Han Purple. HEX triplet: 42, 01 and CE. RGB value is (66,1,206). Sum of RGB (Red+Green+Blue) = 66+1+206=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #4201CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4201CE is #BDFE31. Grayscale: #2B2B2B. Windows color (decimal): -12451378 or 13500738. OLE color: 13500738.

HSL color Cylindrical-coordinate representation of color #4201CE: hue angle of 259.02º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4201CE is Cyan = 0.68, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 1 206 -
CMYK 0.68 1.00 0 0.19
HSL 259.02º 0.99% 0.41% -
HSV(B) 259.02º 1% 0.81% -
XYZ 13.4 5.64 58.77 -
YUV 43.81 219.53 143.83 -
System Red Green Blue C M Y K H S L
Decimal 66 1 206 0.68 1.00 0 0.19 259.02 0.99 0.41
Hex 42 1 CE 44 64 0 13 103 63 29
Octal 102 1 316 104 144 0 23 403 143 51
Binary 1000010 1 11001110 1000100 1100100 0 10011 100000011 1100011 101001

Color Harmonies of #4201CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4201CE

Black with #4201CE

Text Example


Text Example

White with #4201CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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