Html Css Color HEX #44258B Windsor

📋 copy color: '#44258B'

red 68 ◦ green 37 ◦ blue 139

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

Shades of Windsor #44258B

Tints of Windsor #44258B

RGB

 RED value IS 68 (26.95% from 255) = 27.87%

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

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

R = 27.87%
G = 15.16%
B = 56.97%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44258B (or 0x44258B) is known color: Windsor. HEX triplet: 44, 25 and 8B. RGB value is (68,37,139). Sum of RGB (Red+Green+Blue) = 68+37+139=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #44258B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44258B is #BBDA74. Grayscale: #393939. Windows color (decimal): -12311157 or 9119044. OLE color: 9119044.

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

Color convert

RGB 68 37 139 -
CMYK 0.51 0.73 0 0.45
HSL 258.24º 0.58% 0.35% -
HSV(B) 258.24º 0.73% 0.55% -
XYZ 7.71 4.42 24.87 -
YUV 57.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 68 37 139 0.51 0.73 0 0.45 258.24 0.58 0.35
Hex 44 25 8B 33 49 0 2D 102 3A 23
Octal 104 45 213 63 111 0 55 402 72 43
Binary 1000100 100101 10001011 110011 1001001 0 101101 100000010 111010 100011

Color Harmonies of #44258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44258B

Black with #44258B

Text Example


Text Example

White with #44258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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