Html Css Color HEX #422875 Windsor

📋 copy color: '#422875'

red 66 ◦ green 40 ◦ blue 117

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

Shades of Windsor #422875

Tints of Windsor #422875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

 BLUE value IS 117 (46.09% from 255) = 52.47%

R = 29.6%
G = 17.94%
B = 52.47%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#422875 (or 0x422875) is known color: Windsor. HEX triplet: 42, 28 and 75. RGB value is (66,40,117). Sum of RGB (Red+Green+Blue) = 66+40+117=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #422875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422875 is #BDD78A. Grayscale: #383838. Windows color (decimal): -12441483 or 7678018. OLE color: 7678018.

HSL color Cylindrical-coordinate representation of color #422875: hue angle of 260.26º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #422875 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 40 117 -
CMYK 0.44 0.66 0 0.54
HSL 260.26º 0.49% 0.31% -
HSV(B) 260.26º 0.66% 0.46% -
XYZ 6.22 3.96 17.27 -
YUV 56.55 162.11 134.74 -
System Red Green Blue C M Y K H S L
Decimal 66 40 117 0.44 0.66 0 0.54 260.26 0.49 0.31
Hex 42 28 75 2C 42 0 36 104 31 1F
Octal 102 50 165 54 102 0 66 404 61 37
Binary 1000010 101000 1110101 101100 1000010 0 110110 100000100 110001 11111

Color Harmonies of #422875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422875

Black with #422875

Text Example


Text Example

White with #422875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422875; }

 p { color: rgb(66,40,117); }

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

background-color css

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

 a { background-color: rgb(66,40,117); }

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

border-color css

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

 span { border-color: rgb(66,40,117); }

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