Html Css Color HEX #3A297B Windsor

📋 copy color: '#3A297B'

red 58 ◦ green 41 ◦ blue 123

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

Shades of Windsor #3A297B

Tints of Windsor #3A297B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

 BLUE value IS 123 (48.44% from 255) = 55.41%

R = 26.13%
G = 18.47%
B = 55.41%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A297B (or 0x3A297B) is known color: Windsor. HEX triplet: 3A, 29 and 7B. RGB value is (58,41,123). Sum of RGB (Red+Green+Blue) = 58+41+123=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A297B is #C5D684. Grayscale: #373737. Windows color (decimal): -12965509 or 8071482. OLE color: 8071482.

HSL color Cylindrical-coordinate representation of color #3A297B: hue angle of 252.44º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A297B is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 58 41 123 -
CMYK 0.53 0.67 0 0.52
HSL 252.44º 0.5% 0.32% -
HSV(B) 252.44º 0.67% 0.48% -
XYZ 6.11 3.92 19.17 -
YUV 55.43 166.13 129.83 -
System Red Green Blue C M Y K H S L
Decimal 58 41 123 0.53 0.67 0 0.52 252.44 0.5 0.32
Hex 3A 29 7B 35 43 0 34 FC 32 20
Octal 72 51 173 65 103 0 64 374 62 40
Binary 111010 101001 1111011 110101 1000011 0 110100 11111100 110010 100000

Color Harmonies of #3A297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A297B

Black with #3A297B

Text Example


Text Example

White with #3A297B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,41,123); }

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

background-color css

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

 a { background-color: rgb(58,41,123); }

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

border-color css

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

 span { border-color: rgb(58,41,123); }

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