Html Css Color HEX #43297F Windsor

📋 copy color: '#43297F'

red 67 ◦ green 41 ◦ blue 127

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

Shades of Windsor #43297F

Tints of Windsor #43297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.45%

 BLUE value IS 127 (50% from 255) = 54.04%

R = 28.51%
G = 17.45%
B = 54.04%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#43297F (or 0x43297F) is known color: Windsor. HEX triplet: 43, 29 and 7F. RGB value is (67,41,127). Sum of RGB (Red+Green+Blue) = 67+41+127=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #43297F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43297F is #BCD680. Grayscale: #3A3A3A. Windows color (decimal): -12375681 or 8333635. OLE color: 8333635.

HSL color Cylindrical-coordinate representation of color #43297F: hue angle of 258.14º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43297F is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 41 127 -
CMYK 0.47 0.68 0 0.50
HSL 258.14º 0.51% 0.33% -
HSV(B) 258.14º 0.68% 0.5% -
XYZ 6.94 4.31 20.55 -
YUV 58.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 67 41 127 0.47 0.68 0 0.50 258.14 0.51 0.33
Hex 43 29 7F 2F 44 0 32 102 33 21
Octal 103 51 177 57 104 0 62 402 63 41
Binary 1000011 101001 1111111 101111 1000100 0 110010 100000010 110011 100001

Color Harmonies of #43297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43297F

Black with #43297F

Text Example


Text Example

White with #43297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43297F; }

 p { color: rgb(67,41,127); }

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

background-color css

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

 a { background-color: rgb(67,41,127); }

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

border-color css

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

 span { border-color: rgb(67,41,127); }

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