Html Css Color HEX #422C75 Windsor

📋 copy color: '#422C75'

red 66 ◦ green 44 ◦ blue 117

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

Shades of Windsor #422C75

Tints of Windsor #422C75

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.38%

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

R = 29.07%
G = 19.38%
B = 51.54%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#422C75 (or 0x422C75) is known color: Windsor. HEX triplet: 42, 2C and 75. RGB value is (66,44,117). Sum of RGB (Red+Green+Blue) = 66+44+117=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #422C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422C75 is #BDD38A. Grayscale: #3A3A3A. Windows color (decimal): -12440459 or 7679042. OLE color: 7679042.

HSL color Cylindrical-coordinate representation of color #422C75: hue angle of 258.08º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #422C75 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 44 117 -
CMYK 0.44 0.62 0 0.54
HSL 258.08º 0.45% 0.32% -
HSV(B) 258.08º 0.62% 0.46% -
XYZ 6.36 4.24 17.31 -
YUV 58.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 66 44 117 0.44 0.62 0 0.54 258.08 0.45 0.32
Hex 42 2C 75 2C 3E 0 36 102 2D 20
Octal 102 54 165 54 76 0 66 402 55 40
Binary 1000010 101100 1110101 101100 111110 0 110110 100000010 101101 100000

Color Harmonies of #422C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C75

Black with #422C75

Text Example


Text Example

White with #422C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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