Html Css Color HEX #432B6E Windsor

📋 copy color: '#432B6E'

red 67 ◦ green 43 ◦ blue 110

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

Shades of Windsor #432B6E

Tints of Windsor #432B6E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.55%

 BLUE value IS 110 (43.36% from 255) = 50%

R = 30.45%
G = 19.55%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#432B6E (or 0x432B6E) is known color: Windsor. HEX triplet: 43, 2B and 6E. RGB value is (67,43,110). Sum of RGB (Red+Green+Blue) = 67+43+110=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 43 (17.19% from 255 or 19.55% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #432B6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432B6E is #BCD491. Grayscale: #393939. Windows color (decimal): -12375186 or 7220035. OLE color: 7220035.

HSL color Cylindrical-coordinate representation of color #432B6E: hue angle of 261.49º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #432B6E is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 67 43 110 -
CMYK 0.39 0.61 0 0.57
HSL 261.49º 0.44% 0.3% -
HSV(B) 261.49º 0.61% 0.43% -
XYZ 5.99 4.05 15.22 -
YUV 57.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 67 43 110 0.39 0.61 0 0.57 261.49 0.44 0.3
Hex 43 2B 6E 27 3D 0 39 105 2C 1E
Octal 103 53 156 47 75 0 71 405 54 36
Binary 1000011 101011 1101110 100111 111101 0 111001 100000101 101100 11110

Color Harmonies of #432B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432B6E

Black with #432B6E

Text Example


Text Example

White with #432B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,43,110); }

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

background-color css

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

 a { background-color: rgb(67,43,110); }

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

border-color css

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

 span { border-color: rgb(67,43,110); }

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