Html Css Color HEX #422781 Windsor

📋 copy color: '#422781'

red 66 ◦ green 39 ◦ blue 129

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

Shades of Windsor #422781

Tints of Windsor #422781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.67%

 BLUE value IS 129 (50.78% from 255) = 55.13%

R = 28.21%
G = 16.67%
B = 55.13%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#422781 (or 0x422781) is known color: Windsor. HEX triplet: 42, 27 and 81. RGB value is (66,39,129). Sum of RGB (Red+Green+Blue) = 66+39+129=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #422781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422781 is #BDD87E. Grayscale: #393939. Windows color (decimal): -12441727 or 8464194. OLE color: 8464194.

HSL color Cylindrical-coordinate representation of color #422781: hue angle of 258º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #422781 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 39 129 -
CMYK 0.49 0.70 0 0.49
HSL 258º 0.54% 0.33% -
HSV(B) 258º 0.7% 0.51% -
XYZ 6.93 4.19 21.21 -
YUV 57.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 66 39 129 0.49 0.70 0 0.49 258 0.54 0.33
Hex 42 27 81 31 46 0 31 102 36 21
Octal 102 47 201 61 106 0 61 402 66 41
Binary 1000010 100111 10000001 110001 1000110 0 110001 100000010 110110 100001

Color Harmonies of #422781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422781

Black with #422781

Text Example


Text Example

White with #422781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422781; }

 p { color: rgb(66,39,129); }

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

background-color css

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

 a { background-color: rgb(66,39,129); }

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

border-color css

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

 span { border-color: rgb(66,39,129); }

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