Html Css Color HEX #442A7A Windsor

📋 copy color: '#442A7A'

red 68 ◦ green 42 ◦ blue 122

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

Shades of Windsor #442A7A

Tints of Windsor #442A7A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.1%

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

R = 29.31%
G = 18.1%
B = 52.59%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#442A7A (or 0x442A7A) is known color: Windsor. HEX triplet: 44, 2A and 7A. RGB value is (68,42,122). Sum of RGB (Red+Green+Blue) = 68+42+122=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #442A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442A7A is #BBD585. Grayscale: #3A3A3A. Windows color (decimal): -12309894 or 8006212. OLE color: 8006212.

HSL color Cylindrical-coordinate representation of color #442A7A: hue angle of 259.5º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442A7A is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 42 122 -
CMYK 0.44 0.66 0 0.52
HSL 259.5º 0.49% 0.32% -
HSV(B) 259.5º 0.66% 0.48% -
XYZ 6.72 4.29 18.89 -
YUV 58.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 68 42 122 0.44 0.66 0 0.52 259.5 0.49 0.32
Hex 44 2A 7A 2C 42 0 34 104 31 20
Octal 104 52 172 54 102 0 64 404 61 40
Binary 1000100 101010 1111010 101100 1000010 0 110100 100000100 110001 100000

Color Harmonies of #442A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A7A

Black with #442A7A

Text Example


Text Example

White with #442A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442A7A; }

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

 H1.HeaderClassName
 {
   color: #442A7A;
 }
 .AnyTagClassName
 {
   color: #442A7A;
 }
</style>

background-color css

<style>
 a { background-color: #442A7A; }

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

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

border-color css

<style>
 span { border-color: #442A7A; }

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

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