Html Css Color HEX #433575 Windsor

📋 copy color: '#433575'

red 67 ◦ green 53 ◦ blue 117

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

Shades of Windsor #433575

Tints of Windsor #433575

RGB

 RED value IS 67 (26.56% from 255) = 28.27%

 GREEN value IS 53 (21.09% from 255) = 22.36%

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

R = 28.27%
G = 22.36%
B = 49.37%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#433575 (or 0x433575) is known color: Windsor. HEX triplet: 43, 35 and 75. RGB value is (67,53,117). Sum of RGB (Red+Green+Blue) = 67+53+117=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #433575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433575 is #BCCA8A. Grayscale: #404040. Windows color (decimal): -12372619 or 7681347. OLE color: 7681347.

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

Color convert

RGB 67 53 117 -
CMYK 0.43 0.55 0 0.54
HSL 253.13º 0.38% 0.33% -
HSV(B) 253.13º 0.55% 0.46% -
XYZ 6.8 5.02 17.44 -
YUV 64.48 157.64 129.8 -
System Red Green Blue C M Y K H S L
Decimal 67 53 117 0.43 0.55 0 0.54 253.13 0.38 0.33
Hex 43 35 75 2B 37 0 36 FD 26 21
Octal 103 65 165 53 67 0 66 375 46 41
Binary 1000011 110101 1110101 101011 110111 0 110110 11111101 100110 100001

Color Harmonies of #433575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433575

Black with #433575

Text Example


Text Example

White with #433575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433575; }

 p { color: rgb(67,53,117); }

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

background-color css

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

 a { background-color: rgb(67,53,117); }

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

border-color css

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

 span { border-color: rgb(67,53,117); }

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