Html Css Color HEX #4213FA Han Purple

📋 copy color: '#4213FA'

red 66 ◦ green 19 ◦ blue 250

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

Shades of Han Purple #4213FA

Tints of Han Purple #4213FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.63%

R = 19.7%
G = 5.67%
B = 74.63%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4213FA (or 0x4213FA) is known color: Han Purple. HEX triplet: 42, 13 and FA. RGB value is (66,19,250). Sum of RGB (Red+Green+Blue) = 66+19+250=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #4213FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4213FA is #BDEC05. Grayscale: #3A3A3A. Windows color (decimal): -12446726 or 16388930. OLE color: 16388930.

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

Color convert

RGB 66 19 250 -
CMYK 0.74 0.92 0 0.02
HSL 252.21º 0.96% 0.53% -
HSV(B) 252.21º 0.92% 0.98% -
XYZ 19.73 8.53 91.05 -
YUV 59.39 235.57 132.72 -
System Red Green Blue C M Y K H S L
Decimal 66 19 250 0.74 0.92 0 0.02 252.21 0.96 0.53
Hex 42 13 FA 4A 5C 0 2 FC 60 35
Octal 102 23 372 112 134 0 2 374 140 65
Binary 1000010 10011 11111010 1001010 1011100 0 10 11111100 1100000 110101

Color Harmonies of #4213FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4213FA

Black with #4213FA

Text Example


Text Example

White with #4213FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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