Html Css Color HEX #3A2384 Windsor

📋 copy color: '#3A2384'

red 58 ◦ green 35 ◦ blue 132

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

Shades of Windsor #3A2384

Tints of Windsor #3A2384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

 BLUE value IS 132 (51.95% from 255) = 58.67%

R = 25.78%
G = 15.56%
B = 58.67%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3A2384 (or 0x3A2384) is known color: Windsor. HEX triplet: 3A, 23 and 84. RGB value is (58,35,132). Sum of RGB (Red+Green+Blue) = 58+35+132=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A2384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2384 is #C5DC7B. Grayscale: #343434. Windows color (decimal): -12967036 or 8659770. OLE color: 8659770.

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

Color convert

RGB 58 35 132 -
CMYK 0.56 0.73 0 0.48
HSL 254.23º 0.58% 0.33% -
HSV(B) 254.23º 0.73% 0.52% -
XYZ 6.51 3.77 22.21 -
YUV 52.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 58 35 132 0.56 0.73 0 0.48 254.23 0.58 0.33
Hex 3A 23 84 38 49 0 30 FE 3A 21
Octal 72 43 204 70 111 0 60 376 72 41
Binary 111010 100011 10000100 111000 1001001 0 110000 11111110 111010 100001

Color Harmonies of #3A2384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2384

Black with #3A2384

Text Example


Text Example

White with #3A2384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,35,132); }

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

background-color css

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

 a { background-color: rgb(58,35,132); }

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

border-color css

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

 span { border-color: rgb(58,35,132); }

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