Html Css Color HEX #3A2576 Windsor

📋 copy color: '#3A2576'

red 58 ◦ green 37 ◦ blue 118

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

Shades of Windsor #3A2576

Tints of Windsor #3A2576

RGB

 RED value IS 58 (23.05% from 255) = 27.23%

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

 BLUE value IS 118 (46.48% from 255) = 55.4%

R = 27.23%
G = 17.37%
B = 55.4%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A2576 (or 0x3A2576) is known color: Windsor. HEX triplet: 3A, 25 and 76. RGB value is (58,37,118). Sum of RGB (Red+Green+Blue) = 58+37+118=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A2576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2576 is #C5DA89. Grayscale: #343434. Windows color (decimal): -12966538 or 7742778. OLE color: 7742778.

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

Color convert

RGB 58 37 118 -
CMYK 0.51 0.69 0 0.54
HSL 255.56º 0.52% 0.3% -
HSV(B) 255.56º 0.69% 0.46% -
XYZ 5.68 3.53 17.52 -
YUV 52.51 164.96 131.91 -
System Red Green Blue C M Y K H S L
Decimal 58 37 118 0.51 0.69 0 0.54 255.56 0.52 0.3
Hex 3A 25 76 33 45 0 36 100 34 1E
Octal 72 45 166 63 105 0 66 400 64 36
Binary 111010 100101 1110110 110011 1000101 0 110110 100000000 110100 11110

Color Harmonies of #3A2576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2576

Black with #3A2576

Text Example


Text Example

White with #3A2576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,37,118); }

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

background-color css

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

 a { background-color: rgb(58,37,118); }

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

border-color css

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

 span { border-color: rgb(58,37,118); }

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