Html Css Color HEX #3A2875 Windsor

📋 copy color: '#3A2875'

red 58 ◦ green 40 ◦ blue 117

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

Shades of Windsor #3A2875

Tints of Windsor #3A2875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 54.42%

R = 26.98%
G = 18.6%
B = 54.42%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A2875 (or 0x3A2875) is known color: Windsor. HEX triplet: 3A, 28 and 75. RGB value is (58,40,117). Sum of RGB (Red+Green+Blue) = 58+40+117=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #3A2875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2875 is #C5D78A. Grayscale: #353535. Windows color (decimal): -12965771 or 7678010. OLE color: 7678010.

HSL color Cylindrical-coordinate representation of color #3A2875: hue angle of 254.03º 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 #3A2875 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 40 117 -
CMYK 0.50 0.66 0 0.54
HSL 254.03º 0.49% 0.31% -
HSV(B) 254.03º 0.66% 0.46% -
XYZ 5.71 3.7 17.24 -
YUV 54.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 58 40 117 0.50 0.66 0 0.54 254.03 0.49 0.31
Hex 3A 28 75 32 42 0 36 FE 31 1F
Octal 72 50 165 62 102 0 66 376 61 37
Binary 111010 101000 1110101 110010 1000010 0 110110 11111110 110001 11111

Color Harmonies of #3A2875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2875

Black with #3A2875

Text Example


Text Example

White with #3A2875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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