Html Css Color HEX #3A2976 Windsor

📋 copy color: '#3A2976'

red 58 ◦ green 41 ◦ blue 118

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

Shades of Windsor #3A2976

Tints of Windsor #3A2976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.89%

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

R = 26.73%
G = 18.89%
B = 54.38%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A2976 (or 0x3A2976) is known color: Windsor. HEX triplet: 3A, 29 and 76. RGB value is (58,41,118). Sum of RGB (Red+Green+Blue) = 58+41+118=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A2976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2976 is #C5D689. Grayscale: #363636. Windows color (decimal): -12965514 or 7743802. OLE color: 7743802.

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

Color convert

RGB 58 41 118 -
CMYK 0.51 0.65 0 0.54
HSL 253.25º 0.48% 0.31% -
HSV(B) 253.25º 0.65% 0.46% -
XYZ 5.81 3.79 17.57 -
YUV 54.86 163.63 130.24 -
System Red Green Blue C M Y K H S L
Decimal 58 41 118 0.51 0.65 0 0.54 253.25 0.48 0.31
Hex 3A 29 76 33 41 0 36 FD 30 1F
Octal 72 51 166 63 101 0 66 375 60 37
Binary 111010 101001 1110110 110011 1000001 0 110110 11111101 110000 11111

Color Harmonies of #3A2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2976

Black with #3A2976

Text Example


Text Example

White with #3A2976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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