Html Css Color HEX #3A268B Windsor

📋 copy color: '#3A268B'

red 58 ◦ green 38 ◦ blue 139

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

Shades of Windsor #3A268B

Tints of Windsor #3A268B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.17%

 BLUE value IS 139 (54.69% from 255) = 59.15%

R = 24.68%
G = 16.17%
B = 59.15%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A268B (or 0x3A268B) is known color: Windsor. HEX triplet: 3A, 26 and 8B. RGB value is (58,38,139). Sum of RGB (Red+Green+Blue) = 58+38+139=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A268B is #C5D974. Grayscale: #373737. Windows color (decimal): -12966261 or 9119290. OLE color: 9119290.

HSL color Cylindrical-coordinate representation of color #3A268B: hue angle of 251.88º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A268B is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 38 139 -
CMYK 0.58 0.73 0 0.45
HSL 251.88º 0.57% 0.35% -
HSV(B) 251.88º 0.73% 0.55% -
XYZ 7.1 4.15 24.85 -
YUV 55.49 175.13 129.79 -
System Red Green Blue C M Y K H S L
Decimal 58 38 139 0.58 0.73 0 0.45 251.88 0.57 0.35
Hex 3A 26 8B 3A 49 0 2D FC 39 23
Octal 72 46 213 72 111 0 55 374 71 43
Binary 111010 100110 10001011 111010 1001001 0 101101 11111100 111001 100011

Color Harmonies of #3A268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A268B

Black with #3A268B

Text Example


Text Example

White with #3A268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,38,139); }

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

background-color css

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

 a { background-color: rgb(58,38,139); }

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

border-color css

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

 span { border-color: rgb(58,38,139); }

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