Html Css Color HEX #422DFF Han Purple

📋 copy color: '#422DFF'

red 66 ◦ green 45 ◦ blue 255

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

Shades of Han Purple #422DFF

Tints of Han Purple #422DFF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.3%

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

R = 18.03%
G = 12.3%
B = 69.67%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#422DFF (or 0x422DFF) is known color: Han Purple. HEX triplet: 42, 2D and FF. RGB value is (66,45,255). Sum of RGB (Red+Green+Blue) = 66+45+255=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 255 (100% from 255 or 69.67% from 366); Max value from RGB is 255 - color contains mainly: blue. Hex color #422DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422DFF is #BDD200. Grayscale: #4A4A4A. Windows color (decimal): -12440065 or 16723266. OLE color: 16723266.

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

Color convert

RGB 66 45 255 -
CMYK 0.74 0.82 0 0
HSL 246º 1% 0.59% -
HSV(B) 246º 0.82% 1% -
XYZ 21.24 10.26 95.47 -
YUV 75.22 229.46 121.42 -
System Red Green Blue C M Y K H S L
Decimal 66 45 255 0.74 0.82 0 0 246 1 0.59
Hex 42 2D FF 4A 52 0 0 F6 64 3B
Octal 102 55 377 112 122 0 0 366 144 73
Binary 1000010 101101 11111111 1001010 1010010 0 0 11110110 1100100 111011

Color Harmonies of #422DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DFF

Black with #422DFF

Text Example


Text Example

White with #422DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #422DFF;
 }
 .AnyTagClassName
 {
   color: #422DFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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