Html Css Color HEX #3A2585 Windsor

📋 copy color: '#3A2585'

red 58 ◦ green 37 ◦ blue 133

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

Shades of Windsor #3A2585

Tints of Windsor #3A2585

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.23%

 BLUE value IS 133 (52.34% from 255) = 58.33%

R = 25.44%
G = 16.23%
B = 58.33%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3A2585 (or 0x3A2585) is known color: Windsor. HEX triplet: 3A, 25 and 85. RGB value is (58,37,133). Sum of RGB (Red+Green+Blue) = 58+37+133=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #3A2585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2585 is #C5DA7A. Grayscale: #353535. Windows color (decimal): -12966523 or 8725818. OLE color: 8725818.

HSL color Cylindrical-coordinate representation of color #3A2585: hue angle of 253.12º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A2585 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 58 37 133 -
CMYK 0.56 0.72 0 0.48
HSL 253.13º 0.56% 0.33% -
HSV(B) 253.13º 0.72% 0.52% -
XYZ 6.64 3.92 22.6 -
YUV 54.22 172.46 130.69 -
System Red Green Blue C M Y K H S L
Decimal 58 37 133 0.56 0.72 0 0.48 253.13 0.56 0.33
Hex 3A 25 85 38 48 0 30 FD 38 21
Octal 72 45 205 70 110 0 60 375 70 41
Binary 111010 100101 10000101 111000 1001000 0 110000 11111101 111000 100001

Color Harmonies of #3A2585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2585

Black with #3A2585

Text Example


Text Example

White with #3A2585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,37,133); }

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

background-color css

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

 a { background-color: rgb(58,37,133); }

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

border-color css

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

 span { border-color: rgb(58,37,133); }

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