Html Css Color HEX #422DFD Han Purple

📋 copy color: '#422DFD'

red 66 ◦ green 45 ◦ blue 253

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

Shades of Han Purple #422DFD

Tints of Han Purple #422DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 69.51%

R = 18.13%
G = 12.36%
B = 69.51%

CMYK

 C value IS 0.74

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#422DFD (or 0x422DFD) is known color: Han Purple. HEX triplet: 42, 2D and FD. RGB value is (66,45,253). Sum of RGB (Red+Green+Blue) = 66+45+253=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #422DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #422DFD is #BDD202. Grayscale: #4A4A4A. Windows color (decimal): -12440067 or 16592194. OLE color: 16592194.

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

Color convert

RGB 66 45 253 -
CMYK 0.74 0.82 0 0.01
HSL 246.06º 0.98% 0.58% -
HSV(B) 246.06º 0.82% 0.99% -
XYZ 20.91 10.13 93.78 -
YUV 74.99 228.46 121.59 -
System Red Green Blue C M Y K H S L
Decimal 66 45 253 0.74 0.82 0 0.01 246.06 0.98 0.58
Hex 42 2D FD 4A 52 0 1 F6 62 3A
Octal 102 55 375 112 122 0 1 366 142 72
Binary 1000010 101101 11111101 1001010 1010010 0 1 11110110 1100010 111010

Color Harmonies of #422DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DFD

Black with #422DFD

Text Example


Text Example

White with #422DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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