Html Css Color HEX #43237D Windsor

📋 copy color: '#43237D'

red 67 ◦ green 35 ◦ blue 125

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

Shades of Windsor #43237D

Tints of Windsor #43237D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

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

R = 29.52%
G = 15.42%
B = 55.07%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#43237D (or 0x43237D) is known color: Windsor. HEX triplet: 43, 23 and 7D. RGB value is (67,35,125). Sum of RGB (Red+Green+Blue) = 67+35+125=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #43237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43237D is #BCDC82. Grayscale: #363636. Windows color (decimal): -12377219 or 8201027. OLE color: 8201027.

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

Color convert

RGB 67 35 125 -
CMYK 0.46 0.72 0 0.51
HSL 261.33º 0.56% 0.31% -
HSV(B) 261.33º 0.72% 0.49% -
XYZ 6.62 3.88 19.8 -
YUV 54.83 167.6 136.68 -
System Red Green Blue C M Y K H S L
Decimal 67 35 125 0.46 0.72 0 0.51 261.33 0.56 0.31
Hex 43 23 7D 2E 48 0 33 105 38 1F
Octal 103 43 175 56 110 0 63 405 70 37
Binary 1000011 100011 1111101 101110 1001000 0 110011 100000101 111000 11111

Color Harmonies of #43237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43237D

Black with #43237D

Text Example


Text Example

White with #43237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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