Html Css Color HEX #42276F Windsor

📋 copy color: '#42276F'

red 66 ◦ green 39 ◦ blue 111

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

Shades of Windsor #42276F

Tints of Windsor #42276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 51.39%

R = 30.56%
G = 18.06%
B = 51.39%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#42276F (or 0x42276F) is known color: Windsor. HEX triplet: 42, 27 and 6F. RGB value is (66,39,111). Sum of RGB (Red+Green+Blue) = 66+39+111=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #42276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42276F is #BDD890. Grayscale: #373737. Windows color (decimal): -12441745 or 7284546. OLE color: 7284546.

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

Color convert

RGB 66 39 111 -
CMYK 0.41 0.65 0 0.56
HSL 262.5º 0.48% 0.29% -
HSV(B) 262.5º 0.65% 0.44% -
XYZ 5.84 3.76 15.46 -
YUV 55.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 66 39 111 0.41 0.65 0 0.56 262.5 0.48 0.29
Hex 42 27 6F 29 41 0 38 106 30 1D
Octal 102 47 157 51 101 0 70 406 60 35
Binary 1000010 100111 1101111 101001 1000001 0 111000 100000110 110000 11101

Color Harmonies of #42276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42276F

Black with #42276F

Text Example


Text Example

White with #42276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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