Html Css Color HEX #43278B Windsor

📋 copy color: '#43278B'

red 67 ◦ green 39 ◦ blue 139

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

Shades of Windsor #43278B

Tints of Windsor #43278B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.92%

 BLUE value IS 139 (54.69% from 255) = 56.73%

R = 27.35%
G = 15.92%
B = 56.73%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43278B (or 0x43278B) is known color: Windsor. HEX triplet: 43, 27 and 8B. RGB value is (67,39,139). Sum of RGB (Red+Green+Blue) = 67+39+139=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #43278B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43278B is #BCD874. Grayscale: #3A3A3A. Windows color (decimal): -12376181 or 9119555. OLE color: 9119555.

HSL color Cylindrical-coordinate representation of color #43278B: hue angle of 256.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43278B is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 39 139 -
CMYK 0.52 0.72 0 0.45
HSL 256.8º 0.56% 0.35% -
HSV(B) 256.8º 0.72% 0.55% -
XYZ 7.7 4.51 24.89 -
YUV 58.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 67 39 139 0.52 0.72 0 0.45 256.8 0.56 0.35
Hex 43 27 8B 34 48 0 2D 101 38 23
Octal 103 47 213 64 110 0 55 401 70 43
Binary 1000011 100111 10001011 110100 1001000 0 101101 100000001 111000 100011

Color Harmonies of #43278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43278B

Black with #43278B

Text Example


Text Example

White with #43278B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,39,139); }

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

background-color css

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

 a { background-color: rgb(67,39,139); }

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

border-color css

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

 span { border-color: rgb(67,39,139); }

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