#422DFE

Color #422DFE Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #422DFE

Tints of Han Purple #422DFE

Color information

#422DFE (or 0x422DFE) is unknown color: approx Han Purple. HEX triplet: 42, 2D and FE. RGB value is (66,45,254). Sum of RGB (Red+Green+Blue) = 66+45+254=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #422DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422DFE is #BDD201. Grayscale: #4A4A4A. Windows color (decimal): -12440066 or 16657730. OLE color: 16657730.

HSL color Cylindrical-coordinate representation of color #422DFE: hue angle of 246.03º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #422DFE is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB6645254-
CMYK0.740.8200.00
HSL246.03º99.05%58.63%-
HSV(B)246.03º82.28%99.61%-
XYZ21.0710.1994.62-
YUV75.1228.96121.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.08%
GREEN value IS 45 (17.97% from 255) = 12.33%
BLUE value IS 254 (99.61% from 255) = 69.59%
R=18.08%
G=12.33%
B=69.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal66452540.740.8200.00246.0399.0558.63
Hex422DFE4A5200f6633b
Octal102553761121220036614373
Binary1000010101101111111101001010101001000111101101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422DFE; }

 p { color: rgb(66,45,254); }

 H1.HeaderClassName
 {
   color: #422DFE;
 }
 .AnyTagClassName
 {
   color: #422DFE;
 }
</style>
background-color css

<style>
 a { background-color: #422DFE; }

 a { background-color: rgb(66,45,254); }

 div.DivClassName
 {
   background-color: #422DFE;
 }
 .BgClassName
 {
   background-color: #422DFE;
 }
</style>
border-color css

<style>
 span { border-color: #422DFE; }

 span { border-color: rgb(66,45,254); }

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