Html Css Color HEX #4217DB Han Purple

📋 copy color: '#4217DB'

red 66 ◦ green 23 ◦ blue 219

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

Shades of Han Purple #4217DB

Tints of Han Purple #4217DB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.47%

 BLUE value IS 219 (85.94% from 255) = 71.1%

R = 21.43%
G = 7.47%
B = 71.1%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4217DB (or 0x4217DB) is known color: Han Purple. HEX triplet: 42, 17 and DB. RGB value is (66,23,219). Sum of RGB (Red+Green+Blue) = 66+23+219=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #4217DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4217DB is #BDE824. Grayscale: #393939. Windows color (decimal): -12445733 or 14358338. OLE color: 14358338.

HSL color Cylindrical-coordinate representation of color #4217DB: hue angle of 253.16º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4217DB is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 23 219 -
CMYK 0.70 0.89 0 0.14
HSL 253.16º 0.81% 0.47% -
HSV(B) 253.16º 0.89% 0.86% -
XYZ 15.34 6.89 67.54 -
YUV 58.2 218.75 133.56 -
System Red Green Blue C M Y K H S L
Decimal 66 23 219 0.70 0.89 0 0.14 253.16 0.81 0.47
Hex 42 17 DB 46 59 0 E FD 51 2F
Octal 102 27 333 106 131 0 16 375 121 57
Binary 1000010 10111 11011011 1000110 1011001 0 1110 11111101 1010001 101111

Color Harmonies of #4217DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4217DB

Black with #4217DB

Text Example


Text Example

White with #4217DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4217DB; }

 p { color: rgb(66,23,219); }

 H1.HeaderClassName
 {
   color: #4217DB;
 }
 .AnyTagClassName
 {
   color: #4217DB;
 }
</style>

background-color css

<style>
 a { background-color: #4217DB; }

 a { background-color: rgb(66,23,219); }

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

border-color css

<style>
 span { border-color: #4217DB; }

 span { border-color: rgb(66,23,219); }

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