Html Css Color HEX #432483 Windsor

📋 copy color: '#432483'

red 67 ◦ green 36 ◦ blue 131

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

Shades of Windsor #432483

Tints of Windsor #432483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.38%

 BLUE value IS 131 (51.56% from 255) = 55.98%

R = 28.63%
G = 15.38%
B = 55.98%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#432483 (or 0x432483) is known color: Windsor. HEX triplet: 43, 24 and 83. RGB value is (67,36,131). Sum of RGB (Red+Green+Blue) = 67+36+131=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #432483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432483 is #BCDB7C. Grayscale: #373737. Windows color (decimal): -12376957 or 8594499. OLE color: 8594499.

HSL color Cylindrical-coordinate representation of color #432483: hue angle of 259.58º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #432483 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 36 131 -
CMYK 0.49 0.73 0 0.49
HSL 259.58º 0.57% 0.33% -
HSV(B) 259.58º 0.73% 0.51% -
XYZ 7.04 4.09 21.89 -
YUV 56.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 67 36 131 0.49 0.73 0 0.49 259.58 0.57 0.33
Hex 43 24 83 31 49 0 31 104 39 21
Octal 103 44 203 61 111 0 61 404 71 41
Binary 1000011 100100 10000011 110001 1001001 0 110001 100000100 111001 100001

Color Harmonies of #432483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432483

Black with #432483

Text Example


Text Example

White with #432483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432483; }

 p { color: rgb(67,36,131); }

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

background-color css

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

 a { background-color: rgb(67,36,131); }

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

border-color css

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

 span { border-color: rgb(67,36,131); }

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