Html Css Color HEX #3A257F Windsor

📋 copy color: '#3A257F'

red 58 ◦ green 37 ◦ blue 127

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

Shades of Windsor #3A257F

Tints of Windsor #3A257F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 57.21%

R = 26.13%
G = 16.67%
B = 57.21%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3A257F (or 0x3A257F) is known color: Windsor. HEX triplet: 3A, 25 and 7F. RGB value is (58,37,127). Sum of RGB (Red+Green+Blue) = 58+37+127=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A257F is #C5DA80. Grayscale: #353535. Windows color (decimal): -12966529 or 8332602. OLE color: 8332602.

HSL color Cylindrical-coordinate representation of color #3A257F: hue angle of 254º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A257F is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 37 127 -
CMYK 0.54 0.71 0 0.50
HSL 254º 0.55% 0.32% -
HSV(B) 254º 0.71% 0.5% -
XYZ 6.24 3.75 20.47 -
YUV 53.54 169.46 131.18 -
System Red Green Blue C M Y K H S L
Decimal 58 37 127 0.54 0.71 0 0.50 254 0.55 0.32
Hex 3A 25 7F 36 47 0 32 FE 37 20
Octal 72 45 177 66 107 0 62 376 67 40
Binary 111010 100101 1111111 110110 1000111 0 110010 11111110 110111 100000

Color Harmonies of #3A257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A257F

Black with #3A257F

Text Example


Text Example

White with #3A257F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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