Html Css Color HEX #42257C Windsor

📋 copy color: '#42257C'

red 66 ◦ green 37 ◦ blue 124

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

Shades of Windsor #42257C

Tints of Windsor #42257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.3%

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

R = 29.07%
G = 16.3%
B = 54.63%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42257C (or 0x42257C) is known color: Windsor. HEX triplet: 42, 25 and 7C. RGB value is (66,37,124). Sum of RGB (Red+Green+Blue) = 66+37+124=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #42257C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42257C is #BDDA83. Grayscale: #373737. Windows color (decimal): -12442244 or 8136002. OLE color: 8136002.

HSL color Cylindrical-coordinate representation of color #42257C: hue angle of 260º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42257C is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 37 124 -
CMYK 0.47 0.70 0 0.51
HSL 260º 0.54% 0.32% -
HSV(B) 260º 0.7% 0.49% -
XYZ 6.55 3.94 19.48 -
YUV 55.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 66 37 124 0.47 0.70 0 0.51 260 0.54 0.32
Hex 42 25 7C 2F 46 0 33 104 36 20
Octal 102 45 174 57 106 0 63 404 66 40
Binary 1000010 100101 1111100 101111 1000110 0 110011 100000100 110110 100000

Color Harmonies of #42257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42257C

Black with #42257C

Text Example


Text Example

White with #42257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42257C; }

 p { color: rgb(66,37,124); }

 H1.HeaderClassName
 {
   color: #42257C;
 }
 .AnyTagClassName
 {
   color: #42257C;
 }
</style>

background-color css

<style>
 a { background-color: #42257C; }

 a { background-color: rgb(66,37,124); }

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

border-color css

<style>
 span { border-color: #42257C; }

 span { border-color: rgb(66,37,124); }

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