Html Css Color HEX #4213FF Han Purple

📋 copy color: '#4213FF'

red 66 ◦ green 19 ◦ blue 255

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

Shades of Han Purple #4213FF

Tints of Han Purple #4213FF

RGB

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

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

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

R = 19.41%
G = 5.59%
B = 75%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4213FF (or 0x4213FF) is known color: Han Purple. HEX triplet: 42, 13 and FF. RGB value is (66,19,255). Sum of RGB (Red+Green+Blue) = 66+19+255=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #4213FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4213FF is #BDEC00. Grayscale: #3B3B3B. Windows color (decimal): -12446721 or 16716610. OLE color: 16716610.

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

Color convert

RGB 66 19 255 -
CMYK 0.74 0.93 0 0
HSL 251.95º 1% 0.54% -
HSV(B) 251.95º 0.93% 1% -
XYZ 20.53 8.84 95.23 -
YUV 59.96 238.07 132.31 -
System Red Green Blue C M Y K H S L
Decimal 66 19 255 0.74 0.93 0 0 251.95 1 0.54
Hex 42 13 FF 4A 5D 0 0 FC 64 36
Octal 102 23 377 112 135 0 0 374 144 66
Binary 1000010 10011 11111111 1001010 1011101 0 0 11111100 1100100 110110

Color Harmonies of #4213FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4213FF

Black with #4213FF

Text Example


Text Example

White with #4213FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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