Html Css Color HEX #432F82 Windsor

📋 copy color: '#432F82'

red 67 ◦ green 47 ◦ blue 130

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

Shades of Windsor #432F82

Tints of Windsor #432F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 53.28%

R = 27.46%
G = 19.26%
B = 53.28%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#432F82 (or 0x432F82) is known color: Windsor. HEX triplet: 43, 2F and 82. RGB value is (67,47,130). Sum of RGB (Red+Green+Blue) = 67+47+130=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #432F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #432F82 is #BCD07D. Grayscale: #3E3E3E. Windows color (decimal): -12374142 or 8531779. OLE color: 8531779.

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

Color convert

RGB 67 47 130 -
CMYK 0.48 0.64 0 0.49
HSL 254.46º 0.47% 0.35% -
HSV(B) 254.46º 0.64% 0.51% -
XYZ 7.36 4.84 21.66 -
YUV 62.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 67 47 130 0.48 0.64 0 0.49 254.46 0.47 0.35
Hex 43 2F 82 30 40 0 31 FE 2F 23
Octal 103 57 202 60 100 0 61 376 57 43
Binary 1000011 101111 10000010 110000 1000000 0 110001 11111110 101111 100011

Color Harmonies of #432F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432F82

Black with #432F82

Text Example


Text Example

White with #432F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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