Html Css Color HEX #4213DF Han Purple

📋 copy color: '#4213DF'

red 66 ◦ green 19 ◦ blue 223

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

Shades of Han Purple #4213DF

Tints of Han Purple #4213DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.17%

 BLUE value IS 223 (87.5% from 255) = 72.4%

R = 21.43%
G = 6.17%
B = 72.4%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4213DF (or 0x4213DF) is known color: Han Purple. HEX triplet: 42, 13 and DF. RGB value is (66,19,223). Sum of RGB (Red+Green+Blue) = 66+19+223=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #4213DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4213DF is #BDEC20. Grayscale: #373737. Windows color (decimal): -12446753 or 14619458. OLE color: 14619458.

HSL color Cylindrical-coordinate representation of color #4213DF: hue angle of 253.82º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4213DF is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 19 223 -
CMYK 0.70 0.91 0 0.13
HSL 253.82º 0.84% 0.47% -
HSV(B) 253.82º 0.91% 0.87% -
XYZ 15.8 6.95 70.32 -
YUV 56.31 222.07 134.91 -
System Red Green Blue C M Y K H S L
Decimal 66 19 223 0.70 0.91 0 0.13 253.82 0.84 0.47
Hex 42 13 DF 46 5B 0 D FE 54 2F
Octal 102 23 337 106 133 0 15 376 124 57
Binary 1000010 10011 11011111 1000110 1011011 0 1101 11111110 1010100 101111

Color Harmonies of #4213DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4213DF

Black with #4213DF

Text Example


Text Example

White with #4213DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4213DF; }

 p { color: rgb(66,19,223); }

 H1.HeaderClassName
 {
   color: #4213DF;
 }
 .AnyTagClassName
 {
   color: #4213DF;
 }
</style>

background-color css

<style>
 a { background-color: #4213DF; }

 a { background-color: rgb(66,19,223); }

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

border-color css

<style>
 span { border-color: #4213DF; }

 span { border-color: rgb(66,19,223); }

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