Html Css Color HEX #432D85 Windsor

📋 copy color: '#432D85'

red 67 ◦ green 45 ◦ blue 133

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

Shades of Windsor #432D85

Tints of Windsor #432D85

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.37%

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

R = 27.35%
G = 18.37%
B = 54.29%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#432D85 (or 0x432D85) is known color: Windsor. HEX triplet: 43, 2D and 85. RGB value is (67,45,133). Sum of RGB (Red+Green+Blue) = 67+45+133=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #432D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432D85 is #BCD27A. Grayscale: #3D3D3D. Windows color (decimal): -12374651 or 8727875. OLE color: 8727875.

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

Color convert

RGB 67 45 133 -
CMYK 0.50 0.66 0 0.48
HSL 255º 0.49% 0.35% -
HSV(B) 255º 0.66% 0.52% -
XYZ 7.49 4.76 22.72 -
YUV 61.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 67 45 133 0.50 0.66 0 0.48 255 0.49 0.35
Hex 43 2D 85 32 42 0 30 FF 31 23
Octal 103 55 205 62 102 0 60 377 61 43
Binary 1000011 101101 10000101 110010 1000010 0 110000 11111111 110001 100011

Color Harmonies of #432D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432D85

Black with #432D85

Text Example


Text Example

White with #432D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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