Html Css Color HEX #40258B Windsor

📋 copy color: '#40258B'

red 64 ◦ green 37 ◦ blue 139

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

Shades of Windsor #40258B

Tints of Windsor #40258B

RGB

 RED value IS 64 (25.39% from 255) = 26.67%

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

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

R = 26.67%
G = 15.42%
B = 57.92%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40258B (or 0x40258B) is known color: Windsor. HEX triplet: 40, 25 and 8B. RGB value is (64,37,139). Sum of RGB (Red+Green+Blue) = 64+37+139=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #40258B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40258B is #BFDA74. Grayscale: #383838. Windows color (decimal): -12573301 or 9119040. OLE color: 9119040.

HSL color Cylindrical-coordinate representation of color #40258B: hue angle of 255.88º degrees, saturation: 0.58, 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 #40258B is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 37 139 -
CMYK 0.54 0.73 0 0.45
HSL 255.88º 0.58% 0.35% -
HSV(B) 255.88º 0.73% 0.55% -
XYZ 7.44 4.28 24.86 -
YUV 56.7 174.45 133.21 -
System Red Green Blue C M Y K H S L
Decimal 64 37 139 0.54 0.73 0 0.45 255.88 0.58 0.35
Hex 40 25 8B 36 49 0 2D 100 3A 23
Octal 100 45 213 66 111 0 55 400 72 43
Binary 1000000 100101 10001011 110110 1001001 0 101101 100000000 111010 100011

Color Harmonies of #40258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40258B

Black with #40258B

Text Example


Text Example

White with #40258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40258B; }

 p { color: rgb(64,37,139); }

 H1.HeaderClassName
 {
   color: #40258B;
 }
 .AnyTagClassName
 {
   color: #40258B;
 }
</style>

background-color css

<style>
 a { background-color: #40258B; }

 a { background-color: rgb(64,37,139); }

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

border-color css

<style>
 span { border-color: #40258B; }

 span { border-color: rgb(64,37,139); }

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