Html Css Color HEX #442A7C Windsor

📋 copy color: '#442A7C'

red 68 ◦ green 42 ◦ blue 124

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

Shades of Windsor #442A7C

Tints of Windsor #442A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.99%

R = 29.06%
G = 17.95%
B = 52.99%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#442A7C (or 0x442A7C) is known color: Windsor. HEX triplet: 44, 2A and 7C. RGB value is (68,42,124). Sum of RGB (Red+Green+Blue) = 68+42+124=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #442A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442A7C is #BBD583. Grayscale: #3A3A3A. Windows color (decimal): -12309892 or 8137284. OLE color: 8137284.

HSL color Cylindrical-coordinate representation of color #442A7C: hue angle of 259.02º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442A7C is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 42 124 -
CMYK 0.45 0.66 0 0.51
HSL 259.02º 0.49% 0.33% -
HSV(B) 259.02º 0.66% 0.49% -
XYZ 6.85 4.34 19.55 -
YUV 59.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 68 42 124 0.45 0.66 0 0.51 259.02 0.49 0.33
Hex 44 2A 7C 2D 42 0 33 103 31 21
Octal 104 52 174 55 102 0 63 403 61 41
Binary 1000100 101010 1111100 101101 1000010 0 110011 100000011 110001 100001

Color Harmonies of #442A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A7C

Black with #442A7C

Text Example


Text Example

White with #442A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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