Html Css Color HEX #432F71 Windsor

📋 copy color: '#432F71'

red 67 ◦ green 47 ◦ blue 113

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

Shades of Windsor #432F71

Tints of Windsor #432F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 29.52%
G = 20.7%
B = 49.78%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#432F71 (or 0x432F71) is known color: Windsor. HEX triplet: 43, 2F and 71. RGB value is (67,47,113). Sum of RGB (Red+Green+Blue) = 67+47+113=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #432F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432F71 is #BCD08E. Grayscale: #3C3C3C. Windows color (decimal): -12374159 or 7417667. OLE color: 7417667.

HSL color Cylindrical-coordinate representation of color #432F71: hue angle of 258.18º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #432F71 is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 47 113 -
CMYK 0.41 0.58 0 0.56
HSL 258.18º 0.41% 0.31% -
HSV(B) 258.18º 0.58% 0.44% -
XYZ 6.31 4.42 16.14 -
YUV 60.5 157.63 132.63 -
System Red Green Blue C M Y K H S L
Decimal 67 47 113 0.41 0.58 0 0.56 258.18 0.41 0.31
Hex 43 2F 71 29 3A 0 38 102 29 1F
Octal 103 57 161 51 72 0 70 402 51 37
Binary 1000011 101111 1110001 101001 111010 0 111000 100000010 101001 11111

Color Harmonies of #432F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432F71

Black with #432F71

Text Example


Text Example

White with #432F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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