Html Css Color HEX #43337F Windsor

📋 copy color: '#43337F'

red 67 ◦ green 51 ◦ blue 127

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

Shades of Windsor #43337F

Tints of Windsor #43337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

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

R = 27.35%
G = 20.82%
B = 51.84%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#43337F (or 0x43337F) is known color: Windsor. HEX triplet: 43, 33 and 7F. RGB value is (67,51,127). Sum of RGB (Red+Green+Blue) = 67+51+127=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #43337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43337F is #BCCC80. Grayscale: #404040. Windows color (decimal): -12373121 or 8336195. OLE color: 8336195.

HSL color Cylindrical-coordinate representation of color #43337F: hue angle of 252.63º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43337F is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 51 127 -
CMYK 0.47 0.60 0 0.50
HSL 252.63º 0.43% 0.35% -
HSV(B) 252.63º 0.6% 0.5% -
XYZ 7.33 5.09 20.68 -
YUV 64.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 67 51 127 0.47 0.60 0 0.50 252.63 0.43 0.35
Hex 43 33 7F 2F 3C 0 32 FD 2B 23
Octal 103 63 177 57 74 0 62 375 53 43
Binary 1000011 110011 1111111 101111 111100 0 110010 11111101 101011 100011

Color Harmonies of #43337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43337F

Black with #43337F

Text Example


Text Example

White with #43337F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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