Html Css Color HEX #3A257A Windsor

📋 copy color: '#3A257A'

red 58 ◦ green 37 ◦ blue 122

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

Shades of Windsor #3A257A

Tints of Windsor #3A257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 56.22%

R = 26.73%
G = 17.05%
B = 56.22%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3A257A (or 0x3A257A) is known color: Windsor. HEX triplet: 3A, 25 and 7A. RGB value is (58,37,122). Sum of RGB (Red+Green+Blue) = 58+37+122=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A257A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A257A is #C5DA85. Grayscale: #343434. Windows color (decimal): -12966534 or 8004922. OLE color: 8004922.

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

Color convert

RGB 58 37 122 -
CMYK 0.52 0.70 0 0.52
HSL 254.82º 0.53% 0.31% -
HSV(B) 254.82º 0.7% 0.48% -
XYZ 5.92 3.63 18.8 -
YUV 52.97 166.96 131.59 -
System Red Green Blue C M Y K H S L
Decimal 58 37 122 0.52 0.70 0 0.52 254.82 0.53 0.31
Hex 3A 25 7A 34 46 0 34 FF 35 1F
Octal 72 45 172 64 106 0 64 377 65 37
Binary 111010 100101 1111010 110100 1000110 0 110100 11111111 110101 11111

Color Harmonies of #3A257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A257A

Black with #3A257A

Text Example


Text Example

White with #3A257A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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