Html Css Color HEX #3A2877 Windsor

📋 copy color: '#3A2877'

red 58 ◦ green 40 ◦ blue 119

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

Shades of Windsor #3A2877

Tints of Windsor #3A2877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 54.84%

R = 26.73%
G = 18.43%
B = 54.84%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A2877 (or 0x3A2877) is known color: Windsor. HEX triplet: 3A, 28 and 77. RGB value is (58,40,119). Sum of RGB (Red+Green+Blue) = 58+40+119=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A2877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2877 is #C5D788. Grayscale: #363636. Windows color (decimal): -12965769 or 7809082. OLE color: 7809082.

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

Color convert

RGB 58 40 119 -
CMYK 0.51 0.66 0 0.53
HSL 253.67º 0.5% 0.31% -
HSV(B) 253.67º 0.66% 0.47% -
XYZ 5.83 3.75 17.87 -
YUV 54.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 58 40 119 0.51 0.66 0 0.53 253.67 0.5 0.31
Hex 3A 28 77 33 42 0 35 FE 32 1F
Octal 72 50 167 63 102 0 65 376 62 37
Binary 111010 101000 1110111 110011 1000010 0 110101 11111110 110010 11111

Color Harmonies of #3A2877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2877

Black with #3A2877

Text Example


Text Example

White with #3A2877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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