Html Css Color HEX #42257D Windsor

📋 copy color: '#42257D'

red 66 ◦ green 37 ◦ blue 125

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

Shades of Windsor #42257D

Tints of Windsor #42257D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 54.82%

R = 28.95%
G = 16.23%
B = 54.82%

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

#42257D (or 0x42257D) is known color: Windsor. HEX triplet: 42, 25 and 7D. RGB value is (66,37,125). Sum of RGB (Red+Green+Blue) = 66+37+125=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #42257D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42257D is #BDDA82. Grayscale: #373737. Windows color (decimal): -12442243 or 8201538. OLE color: 8201538.

HSL color Cylindrical-coordinate representation of color #42257D: hue angle of 259.77º 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 #42257D is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 37 125 -
CMYK 0.47 0.70 0 0.51
HSL 259.77º 0.54% 0.32% -
HSV(B) 259.77º 0.7% 0.49% -
XYZ 6.61 3.96 19.82 -
YUV 55.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 66 37 125 0.47 0.70 0 0.51 259.77 0.54 0.32
Hex 42 25 7D 2F 46 0 33 104 36 20
Octal 102 45 175 57 106 0 63 404 66 40
Binary 1000010 100101 1111101 101111 1000110 0 110011 100000100 110110 100000

Color Harmonies of #42257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42257D

Black with #42257D

Text Example


Text Example

White with #42257D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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