Html Css Color HEX #44238A Windsor

📋 copy color: '#44238A'

red 68 ◦ green 35 ◦ blue 138

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

Shades of Windsor #44238A

Tints of Windsor #44238A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.52%

 BLUE value IS 138 (54.3% from 255) = 57.26%

R = 28.22%
G = 14.52%
B = 57.26%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#44238A (or 0x44238A) is known color: Windsor. HEX triplet: 44, 23 and 8A. RGB value is (68,35,138). Sum of RGB (Red+Green+Blue) = 68+35+138=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #44238A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44238A is #BBDC75. Grayscale: #383838. Windows color (decimal): -12311670 or 9052996. OLE color: 9052996.

HSL color Cylindrical-coordinate representation of color #44238A: hue angle of 259.22º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44238A is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 35 138 -
CMYK 0.51 0.75 0 0.46
HSL 259.22º 0.6% 0.34% -
HSV(B) 259.22º 0.75% 0.54% -
XYZ 7.57 4.27 24.47 -
YUV 56.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 68 35 138 0.51 0.75 0 0.46 259.22 0.6 0.34
Hex 44 23 8A 33 4B 0 2E 103 3C 22
Octal 104 43 212 63 113 0 56 403 74 42
Binary 1000100 100011 10001010 110011 1001011 0 101110 100000011 111100 100010

Color Harmonies of #44238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44238A

Black with #44238A

Text Example


Text Example

White with #44238A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44238A; }

 p { color: rgb(68,35,138); }

 H1.HeaderClassName
 {
   color: #44238A;
 }
 .AnyTagClassName
 {
   color: #44238A;
 }
</style>

background-color css

<style>
 a { background-color: #44238A; }

 a { background-color: rgb(68,35,138); }

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

border-color css

<style>
 span { border-color: #44238A; }

 span { border-color: rgb(68,35,138); }

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