Html Css Color HEX #423275 Windsor

📋 copy color: '#423275'

red 66 ◦ green 50 ◦ blue 117

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

Shades of Windsor #423275

Tints of Windsor #423275

RGB

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

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

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

R = 28.33%
G = 21.46%
B = 50.21%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#423275 (or 0x423275) is known color: Windsor. HEX triplet: 42, 32 and 75. RGB value is (66,50,117). Sum of RGB (Red+Green+Blue) = 66+50+117=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #423275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423275 is #BDCD8A. Grayscale: #3E3E3E. Windows color (decimal): -12438923 or 7680578. OLE color: 7680578.

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

Color convert

RGB 66 50 117 -
CMYK 0.44 0.57 0 0.54
HSL 254.33º 0.4% 0.33% -
HSV(B) 254.33º 0.57% 0.46% -
XYZ 6.6 4.72 17.39 -
YUV 62.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 66 50 117 0.44 0.57 0 0.54 254.33 0.4 0.33
Hex 42 32 75 2C 39 0 36 FE 28 21
Octal 102 62 165 54 71 0 66 376 50 41
Binary 1000010 110010 1110101 101100 111001 0 110110 11111110 101000 100001

Color Harmonies of #423275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423275

Black with #423275

Text Example


Text Example

White with #423275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423275; }

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

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

background-color css

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

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

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

border-color css

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

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

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