Html Css Color HEX #43287D Windsor

📋 copy color: '#43287D'

red 67 ◦ green 40 ◦ blue 125

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

Shades of Windsor #43287D

Tints of Windsor #43287D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.24%

 BLUE value IS 125 (49.22% from 255) = 53.88%

R = 28.88%
G = 17.24%
B = 53.88%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43287D (or 0x43287D) is known color: Windsor. HEX triplet: 43, 28 and 7D. RGB value is (67,40,125). Sum of RGB (Red+Green+Blue) = 67+40+125=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #43287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43287D is #BCD782. Grayscale: #393939. Windows color (decimal): -12375939 or 8202307. OLE color: 8202307.

HSL color Cylindrical-coordinate representation of color #43287D: hue angle of 259.06º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43287D is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 40 125 -
CMYK 0.46 0.68 0 0.51
HSL 259.06º 0.52% 0.32% -
HSV(B) 259.06º 0.68% 0.49% -
XYZ 6.78 4.19 19.85 -
YUV 57.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 67 40 125 0.46 0.68 0 0.51 259.06 0.52 0.32
Hex 43 28 7D 2E 44 0 33 103 34 20
Octal 103 50 175 56 104 0 63 403 64 40
Binary 1000011 101000 1111101 101110 1000100 0 110011 100000011 110100 100000

Color Harmonies of #43287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43287D

Black with #43287D

Text Example


Text Example

White with #43287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43287D; }

 p { color: rgb(67,40,125); }

 H1.HeaderClassName
 {
   color: #43287D;
 }
 .AnyTagClassName
 {
   color: #43287D;
 }
</style>

background-color css

<style>
 a { background-color: #43287D; }

 a { background-color: rgb(67,40,125); }

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

border-color css

<style>
 span { border-color: #43287D; }

 span { border-color: rgb(67,40,125); }

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