Html Css Color HEX #42276E Windsor

📋 copy color: '#42276E'

red 66 ◦ green 39 ◦ blue 110

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

Shades of Windsor #42276E

Tints of Windsor #42276E

RGB

 RED value IS 66 (26.17% from 255) = 30.7%

 GREEN value IS 39 (15.63% from 255) = 18.14%

 BLUE value IS 110 (43.36% from 255) = 51.16%

R = 30.7%
G = 18.14%
B = 51.16%

CMYK

 C value IS 0.4

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42276E (or 0x42276E) is known color: Windsor. HEX triplet: 42, 27 and 6E. RGB value is (66,39,110). Sum of RGB (Red+Green+Blue) = 66+39+110=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #42276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42276E is #BDD891. Grayscale: #363636. Windows color (decimal): -12441746 or 7219010. OLE color: 7219010.

HSL color Cylindrical-coordinate representation of color #42276E: hue angle of 262.82º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42276E is Cyan = 0.4, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 39 110 -
CMYK 0.4 0.65 0 0.57
HSL 262.82º 0.48% 0.29% -
HSV(B) 262.82º 0.65% 0.43% -
XYZ 5.79 3.74 15.17 -
YUV 55.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 66 39 110 0.4 0.65 0 0.57 262.82 0.48 0.29
Hex 42 27 6E 28 41 0 39 107 30 1D
Octal 102 47 156 50 101 0 71 407 60 35
Binary 1000010 100111 1101110 101000 1000001 0 111001 100000111 110000 11101

Color Harmonies of #42276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42276E

Black with #42276E

Text Example


Text Example

White with #42276E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42276E; }

 p { color: rgb(66,39,110); }

 H1.HeaderClassName
 {
   color: #42276E;
 }
 .AnyTagClassName
 {
   color: #42276E;
 }
</style>

background-color css

<style>
 a { background-color: #42276E; }

 a { background-color: rgb(66,39,110); }

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

border-color css

<style>
 span { border-color: #42276E; }

 span { border-color: rgb(66,39,110); }

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