Html Css Color HEX #43218D Windsor

📋 copy color: '#43218D'

red 67 ◦ green 33 ◦ blue 141

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

Shades of Windsor #43218D

Tints of Windsor #43218D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.69%

 BLUE value IS 141 (55.47% from 255) = 58.51%

R = 27.8%
G = 13.69%
B = 58.51%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43218D (or 0x43218D) is known color: Windsor. HEX triplet: 43, 21 and 8D. RGB value is (67,33,141). Sum of RGB (Red+Green+Blue) = 67+33+141=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #43218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43218D is #BCDE72. Grayscale: #373737. Windows color (decimal): -12377715 or 9249091. OLE color: 9249091.

HSL color Cylindrical-coordinate representation of color #43218D: hue angle of 258.89º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43218D is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 33 141 -
CMYK 0.52 0.77 0 0.45
HSL 258.89º 0.62% 0.34% -
HSV(B) 258.89º 0.77% 0.55% -
XYZ 7.67 4.2 25.61 -
YUV 55.48 176.26 136.22 -
System Red Green Blue C M Y K H S L
Decimal 67 33 141 0.52 0.77 0 0.45 258.89 0.62 0.34
Hex 43 21 8D 34 4D 0 2D 103 3E 22
Octal 103 41 215 64 115 0 55 403 76 42
Binary 1000011 100001 10001101 110100 1001101 0 101101 100000011 111110 100010

Color Harmonies of #43218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43218D

Black with #43218D

Text Example


Text Example

White with #43218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43218D; }

 p { color: rgb(67,33,141); }

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

background-color css

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

 a { background-color: rgb(67,33,141); }

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

border-color css

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

 span { border-color: rgb(67,33,141); }

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