Html Css Color HEX #42266F Windsor

📋 copy color: '#42266F'

red 66 ◦ green 38 ◦ blue 111

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

Shades of Windsor #42266F

Tints of Windsor #42266F

RGB

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

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

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

R = 30.7%
G = 17.67%
B = 51.63%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#42266F (or 0x42266F) is known color: Windsor. HEX triplet: 42, 26 and 6F. RGB value is (66,38,111). Sum of RGB (Red+Green+Blue) = 66+38+111=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #42266F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42266F is #BDD990. Grayscale: #363636. Windows color (decimal): -12442001 or 7284290. OLE color: 7284290.

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

Color convert

RGB 66 38 111 -
CMYK 0.41 0.66 0 0.56
HSL 263.01º 0.49% 0.29% -
HSV(B) 263.01º 0.66% 0.44% -
XYZ 5.81 3.69 15.45 -
YUV 54.69 159.78 136.06 -
System Red Green Blue C M Y K H S L
Decimal 66 38 111 0.41 0.66 0 0.56 263.01 0.49 0.29
Hex 42 26 6F 29 42 0 38 107 31 1D
Octal 102 46 157 51 102 0 70 407 61 35
Binary 1000010 100110 1101111 101001 1000010 0 111000 100000111 110001 11101

Color Harmonies of #42266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42266F

Black with #42266F

Text Example


Text Example

White with #42266F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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