Html Css Color HEX #422372 Windsor

📋 copy color: '#422372'

red 66 ◦ green 35 ◦ blue 114

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

Shades of Windsor #422372

Tints of Windsor #422372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.28%

 BLUE value IS 114 (44.92% from 255) = 53.02%

R = 30.7%
G = 16.28%
B = 53.02%

CMYK

 C value IS 0.42

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#422372 (or 0x422372) is known color: Windsor. HEX triplet: 42, 23 and 72. RGB value is (66,35,114). Sum of RGB (Red+Green+Blue) = 66+35+114=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #422372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422372 is #BDDC8D. Grayscale: #343434. Windows color (decimal): -12442766 or 7480130. OLE color: 7480130.

HSL color Cylindrical-coordinate representation of color #422372: hue angle of 263.54º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #422372 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 35 114 -
CMYK 0.42 0.69 0 0.55
HSL 263.54º 0.53% 0.29% -
HSV(B) 263.54º 0.69% 0.45% -
XYZ 5.89 3.58 16.3 -
YUV 53.28 162.27 137.08 -
System Red Green Blue C M Y K H S L
Decimal 66 35 114 0.42 0.69 0 0.55 263.54 0.53 0.29
Hex 42 23 72 2A 45 0 37 108 35 1D
Octal 102 43 162 52 105 0 67 410 65 35
Binary 1000010 100011 1110010 101010 1000101 0 110111 100001000 110101 11101

Color Harmonies of #422372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422372

Black with #422372

Text Example


Text Example

White with #422372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422372; }

 p { color: rgb(66,35,114); }

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

background-color css

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

 a { background-color: rgb(66,35,114); }

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

border-color css

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

 span { border-color: rgb(66,35,114); }

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