Html Css Color HEX #43337C Windsor

📋 copy color: '#43337C'

red 67 ◦ green 51 ◦ blue 124

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

Shades of Windsor #43337C

Tints of Windsor #43337C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.24%

R = 27.69%
G = 21.07%
B = 51.24%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43337C (or 0x43337C) is known color: Windsor. HEX triplet: 43, 33 and 7C. RGB value is (67,51,124). Sum of RGB (Red+Green+Blue) = 67+51+124=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #43337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43337C is #BCCC83. Grayscale: #3F3F3F. Windows color (decimal): -12373124 or 8139587. OLE color: 8139587.

HSL color Cylindrical-coordinate representation of color #43337C: hue angle of 253.15º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43337C is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 51 124 -
CMYK 0.46 0.59 0 0.51
HSL 253.15º 0.42% 0.34% -
HSV(B) 253.15º 0.59% 0.49% -
XYZ 7.14 5.02 19.66 -
YUV 64.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 67 51 124 0.46 0.59 0 0.51 253.15 0.42 0.34
Hex 43 33 7C 2E 3B 0 33 FD 2A 22
Octal 103 63 174 56 73 0 63 375 52 42
Binary 1000011 110011 1111100 101110 111011 0 110011 11111101 101010 100010

Color Harmonies of #43337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43337C

Black with #43337C

Text Example


Text Example

White with #43337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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