Html Css Color HEX #43327E Windsor

📋 copy color: '#43327E'

red 67 ◦ green 50 ◦ blue 126

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

Shades of Windsor #43327E

Tints of Windsor #43327E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

 BLUE value IS 126 (49.61% from 255) = 51.85%

R = 27.57%
G = 20.58%
B = 51.85%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43327E (or 0x43327E) is known color: Windsor. HEX triplet: 43, 32 and 7E. RGB value is (67,50,126). Sum of RGB (Red+Green+Blue) = 67+50+126=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 126 (49.61% from 255 or 51.85% from 243); Max value from RGB is 126 - color contains mainly: blue. Hex color #43327E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43327E is #BCCD81. Grayscale: #3F3F3F. Windows color (decimal): -12373378 or 8270403. OLE color: 8270403.

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

Color convert

RGB 67 50 126 -
CMYK 0.47 0.60 0 0.51
HSL 253.42º 0.43% 0.35% -
HSV(B) 253.42º 0.6% 0.49% -
XYZ 7.22 4.98 20.32 -
YUV 63.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 67 50 126 0.47 0.60 0 0.51 253.42 0.43 0.35
Hex 43 32 7E 2F 3C 0 33 FD 2B 23
Octal 103 62 176 57 74 0 63 375 53 43
Binary 1000011 110010 1111110 101111 111100 0 110011 11111101 101011 100011

Color Harmonies of #43327E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43327E

Black with #43327E

Text Example


Text Example

White with #43327E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43327E; }

 p { color: rgb(67,50,126); }

 H1.HeaderClassName
 {
   color: #43327E;
 }
 .AnyTagClassName
 {
   color: #43327E;
 }
</style>

background-color css

<style>
 a { background-color: #43327E; }

 a { background-color: rgb(67,50,126); }

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

border-color css

<style>
 span { border-color: #43327E; }

 span { border-color: rgb(67,50,126); }

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