Html Css Color HEX #3A2975 Windsor

📋 copy color: '#3A2975'

red 58 ◦ green 41 ◦ blue 117

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

Shades of Windsor #3A2975

Tints of Windsor #3A2975

RGB

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

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

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

R = 26.85%
G = 18.98%
B = 54.17%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A2975 (or 0x3A2975) is known color: Windsor. HEX triplet: 3A, 29 and 75. RGB value is (58,41,117). Sum of RGB (Red+Green+Blue) = 58+41+117=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A2975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2975 is #C5D68A. Grayscale: #363636. Windows color (decimal): -12965515 or 7678266. OLE color: 7678266.

HSL color Cylindrical-coordinate representation of color #3A2975: hue angle of 253.42º 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 #3A2975 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 41 117 -
CMYK 0.50 0.65 0 0.54
HSL 253.42º 0.48% 0.31% -
HSV(B) 253.42º 0.65% 0.46% -
XYZ 5.75 3.77 17.25 -
YUV 54.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 58 41 117 0.50 0.65 0 0.54 253.42 0.48 0.31
Hex 3A 29 75 32 41 0 36 FD 30 1F
Octal 72 51 165 62 101 0 66 375 60 37
Binary 111010 101001 1110101 110010 1000001 0 110110 11111101 110000 11111

Color Harmonies of #3A2975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2975

Black with #3A2975

Text Example


Text Example

White with #3A2975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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