Html Css Color HEX #3B2489 Windsor

📋 copy color: '#3B2489'

red 59 ◦ green 36 ◦ blue 137

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

Shades of Windsor #3B2489

Tints of Windsor #3B2489

RGB

 RED value IS 59 (23.44% from 255) = 25.43%

 GREEN value IS 36 (14.45% from 255) = 15.52%

 BLUE value IS 137 (53.91% from 255) = 59.05%

R = 25.43%
G = 15.52%
B = 59.05%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3B2489 (or 0x3B2489) is known color: Windsor. HEX triplet: 3B, 24 and 89. RGB value is (59,36,137). Sum of RGB (Red+Green+Blue) = 59+36+137=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #3B2489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B2489 is #C4DB76. Grayscale: #363636. Windows color (decimal): -12901239 or 8987707. OLE color: 8987707.

HSL color Cylindrical-coordinate representation of color #3B2489: hue angle of 253.66º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B2489 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 59 36 137 -
CMYK 0.57 0.74 0 0.46
HSL 253.66º 0.58% 0.34% -
HSV(B) 253.66º 0.74% 0.54% -
XYZ 6.95 4 24.07 -
YUV 54.39 174.62 131.29 -
System Red Green Blue C M Y K H S L
Decimal 59 36 137 0.57 0.74 0 0.46 253.66 0.58 0.34
Hex 3B 24 89 39 4A 0 2E FE 3A 22
Octal 73 44 211 71 112 0 56 376 72 42
Binary 111011 100100 10001001 111001 1001010 0 101110 11111110 111010 100010

Color Harmonies of #3B2489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2489

Black with #3B2489

Text Example


Text Example

White with #3B2489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B2489; }

 p { color: rgb(59,36,137); }

 H1.HeaderClassName
 {
   color: #3B2489;
 }
 .AnyTagClassName
 {
   color: #3B2489;
 }
</style>

background-color css

<style>
 a { background-color: #3B2489; }

 a { background-color: rgb(59,36,137); }

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

border-color css

<style>
 span { border-color: #3B2489; }

 span { border-color: rgb(59,36,137); }

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