Html Css Color HEX #422DDA Han Purple

📋 copy color: '#422DDA'

red 66 ◦ green 45 ◦ blue 218

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

Shades of Han Purple #422DDA

Tints of Han Purple #422DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.26%

R = 20.06%
G = 13.68%
B = 66.26%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#422DDA (or 0x422DDA) is known color: Han Purple. HEX triplet: 42, 2D and DA. RGB value is (66,45,218). Sum of RGB (Red+Green+Blue) = 66+45+218=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #422DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DDA is #BDD225. Grayscale: #464646. Windows color (decimal): -12440102 or 14298434. OLE color: 14298434.

HSL color Cylindrical-coordinate representation of color #422DDA: hue angle of 247.28º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #422DDA is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 45 218 -
CMYK 0.70 0.79 0 0.15
HSL 247.28º 0.7% 0.52% -
HSV(B) 247.28º 0.79% 0.85% -
XYZ 15.84 8.1 67.06 -
YUV 71 210.96 124.43 -
System Red Green Blue C M Y K H S L
Decimal 66 45 218 0.70 0.79 0 0.15 247.28 0.7 0.52
Hex 42 2D DA 46 4F 0 F F7 46 34
Octal 102 55 332 106 117 0 17 367 106 64
Binary 1000010 101101 11011010 1000110 1001111 0 1111 11110111 1000110 110100

Color Harmonies of #422DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422DDA

Black with #422DDA

Text Example


Text Example

White with #422DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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