Html Css Color HEX #3A2A76 Windsor

📋 copy color: '#3A2A76'

red 58 ◦ green 42 ◦ blue 118

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

Shades of Windsor #3A2A76

Tints of Windsor #3A2A76

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.27%

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

R = 26.61%
G = 19.27%
B = 54.13%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A2A76 (or 0x3A2A76) is known color: Windsor. HEX triplet: 3A, 2A and 76. RGB value is (58,42,118). Sum of RGB (Red+Green+Blue) = 58+42+118=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A2A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2A76 is #C5D589. Grayscale: #373737. Windows color (decimal): -12965258 or 7744058. OLE color: 7744058.

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

Color convert

RGB 58 42 118 -
CMYK 0.51 0.64 0 0.54
HSL 252.63º 0.48% 0.31% -
HSV(B) 252.63º 0.64% 0.46% -
XYZ 5.84 3.86 17.58 -
YUV 55.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 58 42 118 0.51 0.64 0 0.54 252.63 0.48 0.31
Hex 3A 2A 76 33 40 0 36 FD 30 1F
Octal 72 52 166 63 100 0 66 375 60 37
Binary 111010 101010 1110110 110011 1000000 0 110110 11111101 110000 11111

Color Harmonies of #3A2A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2A76

Black with #3A2A76

Text Example


Text Example

White with #3A2A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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