Html Css Color HEX #43347B Windsor

📋 copy color: '#43347B'

red 67 ◦ green 52 ◦ blue 123

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

Shades of Windsor #43347B

Tints of Windsor #43347B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

 BLUE value IS 123 (48.44% from 255) = 50.83%

R = 27.69%
G = 21.49%
B = 50.83%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#43347B (or 0x43347B) is known color: Windsor. HEX triplet: 43, 34 and 7B. RGB value is (67,52,123). Sum of RGB (Red+Green+Blue) = 67+52+123=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #43347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43347B is #BCCB84. Grayscale: #404040. Windows color (decimal): -12372869 or 8074307. OLE color: 8074307.

HSL color Cylindrical-coordinate representation of color #43347B: hue angle of 252.68º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43347B is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 67 52 123 -
CMYK 0.46 0.58 0 0.52
HSL 252.68º 0.41% 0.34% -
HSV(B) 252.68º 0.58% 0.48% -
XYZ 7.12 5.08 19.34 -
YUV 64.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 67 52 123 0.46 0.58 0 0.52 252.68 0.41 0.34
Hex 43 34 7B 2E 3A 0 34 FD 29 22
Octal 103 64 173 56 72 0 64 375 51 42
Binary 1000011 110100 1111011 101110 111010 0 110100 11111101 101001 100010

Color Harmonies of #43347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43347B

Black with #43347B

Text Example


Text Example

White with #43347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43347B; }

 p { color: rgb(67,52,123); }

 H1.HeaderClassName
 {
   color: #43347B;
 }
 .AnyTagClassName
 {
   color: #43347B;
 }
</style>

background-color css

<style>
 a { background-color: #43347B; }

 a { background-color: rgb(67,52,123); }

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

border-color css

<style>
 span { border-color: #43347B; }

 span { border-color: rgb(67,52,123); }

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