Html Css Color HEX #43238B Windsor

📋 copy color: '#43238B'

red 67 ◦ green 35 ◦ blue 139

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

Shades of Windsor #43238B

Tints of Windsor #43238B

RGB

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

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

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

R = 27.8%
G = 14.52%
B = 57.68%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43238B (or 0x43238B) is known color: Windsor. HEX triplet: 43, 23 and 8B. RGB value is (67,35,139). Sum of RGB (Red+Green+Blue) = 67+35+139=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #43238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43238B is #BCDC74. Grayscale: #383838. Windows color (decimal): -12377205 or 9118531. OLE color: 9118531.

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

Color convert

RGB 67 35 139 -
CMYK 0.52 0.75 0 0.45
HSL 258.46º 0.6% 0.34% -
HSV(B) 258.46º 0.75% 0.55% -
XYZ 7.58 4.26 24.85 -
YUV 56.42 174.6 135.54 -
System Red Green Blue C M Y K H S L
Decimal 67 35 139 0.52 0.75 0 0.45 258.46 0.6 0.34
Hex 43 23 8B 34 4B 0 2D 102 3C 22
Octal 103 43 213 64 113 0 55 402 74 42
Binary 1000011 100011 10001011 110100 1001011 0 101101 100000010 111100 100010

Color Harmonies of #43238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43238B

Black with #43238B

Text Example


Text Example

White with #43238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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