Html Css Color HEX #3A2679 Windsor

📋 copy color: '#3A2679'

red 58 ◦ green 38 ◦ blue 121

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

Shades of Windsor #3A2679

Tints of Windsor #3A2679

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.51%

 BLUE value IS 121 (47.66% from 255) = 55.76%

R = 26.73%
G = 17.51%
B = 55.76%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A2679 (or 0x3A2679) is known color: Windsor. HEX triplet: 3A, 26 and 79. RGB value is (58,38,121). Sum of RGB (Red+Green+Blue) = 58+38+121=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 121 (47.66% from 255 or 55.76% from 217); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A2679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2679 is #C5D986. Grayscale: #353535. Windows color (decimal): -12966279 or 7939642. OLE color: 7939642.

HSL color Cylindrical-coordinate representation of color #3A2679: hue angle of 254.46º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A2679 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 38 121 -
CMYK 0.52 0.69 0 0.53
HSL 254.46º 0.52% 0.31% -
HSV(B) 254.46º 0.69% 0.47% -
XYZ 5.89 3.67 18.49 -
YUV 53.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 58 38 121 0.52 0.69 0 0.53 254.46 0.52 0.31
Hex 3A 26 79 34 45 0 35 FE 34 1F
Octal 72 46 171 64 105 0 65 376 64 37
Binary 111010 100110 1111001 110100 1000101 0 110101 11111110 110100 11111

Color Harmonies of #3A2679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2679

Black with #3A2679

Text Example


Text Example

White with #3A2679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,38,121); }

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

background-color css

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

 a { background-color: rgb(58,38,121); }

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

border-color css

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

 span { border-color: rgb(58,38,121); }

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