Html Css Color HEX #3A2876 Windsor

📋 copy color: '#3A2876'

red 58 ◦ green 40 ◦ blue 118

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

Shades of Windsor #3A2876

Tints of Windsor #3A2876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.52%

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

R = 26.85%
G = 18.52%
B = 54.63%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A2876 (or 0x3A2876) is known color: Windsor. HEX triplet: 3A, 28 and 76. RGB value is (58,40,118). Sum of RGB (Red+Green+Blue) = 58+40+118=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 118 (46.48% from 255 or 54.63% from 216); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A2876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2876 is #C5D789. Grayscale: #353535. Windows color (decimal): -12965770 or 7743546. OLE color: 7743546.

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

Color convert

RGB 58 40 118 -
CMYK 0.51 0.66 0 0.54
HSL 253.85º 0.49% 0.31% -
HSV(B) 253.85º 0.66% 0.46% -
XYZ 5.77 3.73 17.55 -
YUV 54.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 58 40 118 0.51 0.66 0 0.54 253.85 0.49 0.31
Hex 3A 28 76 33 42 0 36 FE 31 1F
Octal 72 50 166 63 102 0 66 376 61 37
Binary 111010 101000 1110110 110011 1000010 0 110110 11111110 110001 11111

Color Harmonies of #3A2876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2876

Black with #3A2876

Text Example


Text Example

White with #3A2876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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