Html Css Color HEX #4213FC Han Purple

📋 copy color: '#4213FC'

red 66 ◦ green 19 ◦ blue 252

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

Shades of Han Purple #4213FC

Tints of Han Purple #4213FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 74.78%

R = 19.58%
G = 5.64%
B = 74.78%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4213FC (or 0x4213FC) is known color: Han Purple. HEX triplet: 42, 13 and FC. RGB value is (66,19,252). Sum of RGB (Red+Green+Blue) = 66+19+252=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #4213FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4213FC is #BDEC03. Grayscale: #3A3A3A. Windows color (decimal): -12446724 or 16520002. OLE color: 16520002.

HSL color Cylindrical-coordinate representation of color #4213FC: hue angle of 252.1º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4213FC is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 19 252 -
CMYK 0.74 0.92 0 0.01
HSL 252.1º 0.97% 0.53% -
HSV(B) 252.1º 0.92% 0.99% -
XYZ 20.05 8.65 92.71 -
YUV 59.62 236.57 132.55 -
System Red Green Blue C M Y K H S L
Decimal 66 19 252 0.74 0.92 0 0.01 252.1 0.97 0.53
Hex 42 13 FC 4A 5C 0 1 FC 61 35
Octal 102 23 374 112 134 0 1 374 141 65
Binary 1000010 10011 11111100 1001010 1011100 0 1 11111100 1100001 110101

Color Harmonies of #4213FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4213FC

Black with #4213FC

Text Example


Text Example

White with #4213FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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