Html Css Color HEX #432075 Windsor

📋 copy color: '#432075'

red 67 ◦ green 32 ◦ blue 117

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

Shades of Windsor #432075

Tints of Windsor #432075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.81%

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

R = 31.02%
G = 14.81%
B = 54.17%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#432075 (or 0x432075) is known color: Windsor. HEX triplet: 43, 20 and 75. RGB value is (67,32,117). Sum of RGB (Red+Green+Blue) = 67+32+117=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #432075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432075 is #BCDF8A. Grayscale: #333333. Windows color (decimal): -12377995 or 7675971. OLE color: 7675971.

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

Color convert

RGB 67 32 117 -
CMYK 0.43 0.73 0 0.54
HSL 264.71º 0.57% 0.29% -
HSV(B) 264.71º 0.73% 0.46% -
XYZ 6.04 3.51 17.19 -
YUV 52.16 164.6 138.59 -
System Red Green Blue C M Y K H S L
Decimal 67 32 117 0.43 0.73 0 0.54 264.71 0.57 0.29
Hex 43 20 75 2B 49 0 36 109 39 1D
Octal 103 40 165 53 111 0 66 411 71 35
Binary 1000011 100000 1110101 101011 1001001 0 110110 100001001 111001 11101

Color Harmonies of #432075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432075

Black with #432075

Text Example


Text Example

White with #432075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432075; }

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

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

background-color css

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

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

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

border-color css

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

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

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