Html Css Color HEX #42237E Windsor

📋 copy color: '#42237E'

red 66 ◦ green 35 ◦ blue 126

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

Shades of Windsor #42237E

Tints of Windsor #42237E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

 BLUE value IS 126 (49.61% from 255) = 55.51%

R = 29.07%
G = 15.42%
B = 55.51%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42237E (or 0x42237E) is known color: Windsor. HEX triplet: 42, 23 and 7E. RGB value is (66,35,126). Sum of RGB (Red+Green+Blue) = 66+35+126=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #42237E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42237E is #BDDC81. Grayscale: #363636. Windows color (decimal): -12442754 or 8266562. OLE color: 8266562.

HSL color Cylindrical-coordinate representation of color #42237E: hue angle of 260.44º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42237E is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 35 126 -
CMYK 0.48 0.72 0 0.51
HSL 260.44º 0.57% 0.32% -
HSV(B) 260.44º 0.72% 0.49% -
XYZ 6.61 3.87 20.14 -
YUV 54.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 66 35 126 0.48 0.72 0 0.51 260.44 0.57 0.32
Hex 42 23 7E 30 48 0 33 104 39 20
Octal 102 43 176 60 110 0 63 404 71 40
Binary 1000010 100011 1111110 110000 1001000 0 110011 100000100 111001 100000

Color Harmonies of #42237E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42237E

Black with #42237E

Text Example


Text Example

White with #42237E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,35,126); }

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

background-color css

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

 a { background-color: rgb(66,35,126); }

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

border-color css

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

 span { border-color: rgb(66,35,126); }

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