Html Css Color HEX #3B2575 Windsor

📋 copy color: '#3B2575'

red 59 ◦ green 37 ◦ blue 117

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

Shades of Windsor #3B2575

Tints of Windsor #3B2575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.37%

 BLUE value IS 117 (46.09% from 255) = 54.93%

R = 27.7%
G = 17.37%
B = 54.93%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3B2575 (or 0x3B2575) is known color: Windsor. HEX triplet: 3B, 25 and 75. RGB value is (59,37,117). Sum of RGB (Red+Green+Blue) = 59+37+117=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B2575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2575 is #C4DA8A. Grayscale: #343434. Windows color (decimal): -12901003 or 7677243. OLE color: 7677243.

HSL color Cylindrical-coordinate representation of color #3B2575: hue angle of 256.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B2575 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 59 37 117 -
CMYK 0.50 0.68 0 0.54
HSL 256.5º 0.52% 0.3% -
HSV(B) 256.5º 0.68% 0.46% -
XYZ 5.68 3.54 17.21 -
YUV 52.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 59 37 117 0.50 0.68 0 0.54 256.5 0.52 0.3
Hex 3B 25 75 32 44 0 36 100 34 1E
Octal 73 45 165 62 104 0 66 400 64 36
Binary 111011 100101 1110101 110010 1000100 0 110110 100000000 110100 11110

Color Harmonies of #3B2575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2575

Black with #3B2575

Text Example


Text Example

White with #3B2575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,37,117); }

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

background-color css

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

 a { background-color: rgb(59,37,117); }

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

border-color css

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

 span { border-color: rgb(59,37,117); }

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