Html Css Color HEX #432F85 Windsor

📋 copy color: '#432F85'

red 67 ◦ green 47 ◦ blue 133

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

Shades of Windsor #432F85

Tints of Windsor #432F85

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.03%

 BLUE value IS 133 (52.34% from 255) = 53.85%

R = 27.13%
G = 19.03%
B = 53.85%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#432F85 (or 0x432F85) is known color: Windsor. HEX triplet: 43, 2F and 85. RGB value is (67,47,133). Sum of RGB (Red+Green+Blue) = 67+47+133=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #432F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432F85 is #BCD07A. Grayscale: #3E3E3E. Windows color (decimal): -12374139 or 8728387. OLE color: 8728387.

HSL color Cylindrical-coordinate representation of color #432F85: hue angle of 253.95º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #432F85 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 47 133 -
CMYK 0.50 0.65 0 0.48
HSL 253.95º 0.48% 0.35% -
HSV(B) 253.95º 0.65% 0.52% -
XYZ 7.56 4.92 22.74 -
YUV 62.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 67 47 133 0.50 0.65 0 0.48 253.95 0.48 0.35
Hex 43 2F 85 32 41 0 30 FE 30 23
Octal 103 57 205 62 101 0 60 376 60 43
Binary 1000011 101111 10000101 110010 1000001 0 110000 11111110 110000 100011

Color Harmonies of #432F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432F85

Black with #432F85

Text Example


Text Example

White with #432F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432F85; }

 p { color: rgb(67,47,133); }

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

background-color css

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

 a { background-color: rgb(67,47,133); }

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

border-color css

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

 span { border-color: rgb(67,47,133); }

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