Html Css Color HEX #4201D7 Han Purple

📋 copy color: '#4201D7'

red 66 ◦ green 1 ◦ blue 215

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

Shades of Han Purple #4201D7

Tints of Han Purple #4201D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 76.24%

R = 23.4%
G = 0.35%
B = 76.24%

CMYK

 C value IS 0.69

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4201D7 (or 0x4201D7) is known color: Han Purple. HEX triplet: 42, 01 and D7. RGB value is (66,1,215). Sum of RGB (Red+Green+Blue) = 66+1+215=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 215 (84.38% from 255 or 76.24% from 282); Max value from RGB is 215 - color contains mainly: blue. Hex color #4201D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4201D7 is #BDFE28. Grayscale: #2C2C2C. Windows color (decimal): -12451369 or 14090562. OLE color: 14090562.

HSL color Cylindrical-coordinate representation of color #4201D7: hue angle of 258.22º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4201D7 is Cyan = 0.69, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 1 215 -
CMYK 0.69 1.00 0 0.16
HSL 258.22º 0.99% 0.42% -
HSV(B) 258.22º 1% 0.84% -
XYZ 14.52 6.09 64.7 -
YUV 44.83 224.03 143.1 -
System Red Green Blue C M Y K H S L
Decimal 66 1 215 0.69 1.00 0 0.16 258.22 0.99 0.42
Hex 42 1 D7 45 64 0 10 102 63 2A
Octal 102 1 327 105 144 0 20 402 143 52
Binary 1000010 1 11010111 1000101 1100100 0 10000 100000010 1100011 101010

Color Harmonies of #4201D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4201D7

Black with #4201D7

Text Example


Text Example

White with #4201D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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