Html Css Color HEX #3A2372 Windsor

📋 copy color: '#3A2372'

red 58 ◦ green 35 ◦ blue 114

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

Shades of Windsor #3A2372

Tints of Windsor #3A2372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 55.07%

R = 28.02%
G = 16.91%
B = 55.07%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A2372 (or 0x3A2372) is known color: Windsor. HEX triplet: 3A, 23 and 72. RGB value is (58,35,114). Sum of RGB (Red+Green+Blue) = 58+35+114=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A2372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2372 is #C5DC8D. Grayscale: #323232. Windows color (decimal): -12967054 or 7480122. OLE color: 7480122.

HSL color Cylindrical-coordinate representation of color #3A2372: hue angle of 257.47º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A2372 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 35 114 -
CMYK 0.49 0.69 0 0.55
HSL 257.47º 0.53% 0.29% -
HSV(B) 257.47º 0.69% 0.45% -
XYZ 5.38 3.32 16.28 -
YUV 50.88 163.62 133.08 -
System Red Green Blue C M Y K H S L
Decimal 58 35 114 0.49 0.69 0 0.55 257.47 0.53 0.29
Hex 3A 23 72 31 45 0 37 101 35 1D
Octal 72 43 162 61 105 0 67 401 65 35
Binary 111010 100011 1110010 110001 1000101 0 110111 100000001 110101 11101

Color Harmonies of #3A2372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2372

Black with #3A2372

Text Example


Text Example

White with #3A2372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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