Html Css Color HEX #44267A Windsor

📋 copy color: '#44267A'

red 68 ◦ green 38 ◦ blue 122

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

Shades of Windsor #44267A

Tints of Windsor #44267A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 53.51%

R = 29.82%
G = 16.67%
B = 53.51%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#44267A (or 0x44267A) is known color: Windsor. HEX triplet: 44, 26 and 7A. RGB value is (68,38,122). Sum of RGB (Red+Green+Blue) = 68+38+122=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #44267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44267A is #BBD985. Grayscale: #383838. Windows color (decimal): -12310918 or 8005188. OLE color: 8005188.

HSL color Cylindrical-coordinate representation of color #44267A: hue angle of 261.43º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44267A is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 38 122 -
CMYK 0.44 0.69 0 0.52
HSL 261.43º 0.53% 0.31% -
HSV(B) 261.43º 0.69% 0.48% -
XYZ 6.59 4.02 18.84 -
YUV 56.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 68 38 122 0.44 0.69 0 0.52 261.43 0.53 0.31
Hex 44 26 7A 2C 45 0 34 105 34 1F
Octal 104 46 172 54 105 0 64 405 64 37
Binary 1000100 100110 1111010 101100 1000101 0 110100 100000101 110100 11111

Color Harmonies of #44267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44267A

Black with #44267A

Text Example


Text Example

White with #44267A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,38,122); }

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

background-color css

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

 a { background-color: rgb(68,38,122); }

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

border-color css

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

 span { border-color: rgb(68,38,122); }

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