Html Css Color HEX #42327D Windsor

📋 copy color: '#42327D'

red 66 ◦ green 50 ◦ blue 125

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

Shades of Windsor #42327D

Tints of Windsor #42327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

 BLUE value IS 125 (49.22% from 255) = 51.87%

R = 27.39%
G = 20.75%
B = 51.87%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42327D (or 0x42327D) is known color: Windsor. HEX triplet: 42, 32 and 7D. RGB value is (66,50,125). Sum of RGB (Red+Green+Blue) = 66+50+125=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #42327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42327D is #BDCD82. Grayscale: #3F3F3F. Windows color (decimal): -12438915 or 8204866. OLE color: 8204866.

HSL color Cylindrical-coordinate representation of color #42327D: hue angle of 252.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42327D is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 50 125 -
CMYK 0.47 0.60 0 0.51
HSL 252.8º 0.43% 0.34% -
HSV(B) 252.8º 0.6% 0.49% -
XYZ 7.09 4.92 19.98 -
YUV 63.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 66 50 125 0.47 0.60 0 0.51 252.8 0.43 0.34
Hex 42 32 7D 2F 3C 0 33 FD 2B 22
Octal 102 62 175 57 74 0 63 375 53 42
Binary 1000010 110010 1111101 101111 111100 0 110011 11111101 101011 100010

Color Harmonies of #42327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42327D

Black with #42327D

Text Example


Text Example

White with #42327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42327D; }

 p { color: rgb(66,50,125); }

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

background-color css

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

 a { background-color: rgb(66,50,125); }

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

border-color css

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

 span { border-color: rgb(66,50,125); }

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