Html Css Color HEX #3A2789 Windsor

📋 copy color: '#3A2789'

red 58 ◦ green 39 ◦ blue 137

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

Shades of Windsor #3A2789

Tints of Windsor #3A2789

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.67%

 BLUE value IS 137 (53.91% from 255) = 58.55%

R = 24.79%
G = 16.67%
B = 58.55%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A2789 (or 0x3A2789) is known color: Windsor. HEX triplet: 3A, 27 and 89. RGB value is (58,39,137). Sum of RGB (Red+Green+Blue) = 58+39+137=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A2789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2789 is #C5D876. Grayscale: #373737. Windows color (decimal): -12966007 or 8988474. OLE color: 8988474.

HSL color Cylindrical-coordinate representation of color #3A2789: hue angle of 251.63º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A2789 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 39 137 -
CMYK 0.58 0.72 0 0.46
HSL 251.63º 0.56% 0.35% -
HSV(B) 251.63º 0.72% 0.54% -
XYZ 6.99 4.16 24.1 -
YUV 55.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 58 39 137 0.58 0.72 0 0.46 251.63 0.56 0.35
Hex 3A 27 89 3A 48 0 2E FC 38 23
Octal 72 47 211 72 110 0 56 374 70 43
Binary 111010 100111 10001001 111010 1001000 0 101110 11111100 111000 100011

Color Harmonies of #3A2789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2789

Black with #3A2789

Text Example


Text Example

White with #3A2789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,39,137); }

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

background-color css

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

 a { background-color: rgb(58,39,137); }

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

border-color css

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

 span { border-color: rgb(58,39,137); }

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