Html Css Color HEX #421975 Windsor

📋 copy color: '#421975'

red 66 ◦ green 25 ◦ blue 117

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

Shades of Windsor #421975

Tints of Windsor #421975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

 BLUE value IS 117 (46.09% from 255) = 56.25%

R = 31.73%
G = 12.02%
B = 56.25%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#421975 (or 0x421975) is known color: Windsor. HEX triplet: 42, 19 and 75. RGB value is (66,25,117). Sum of RGB (Red+Green+Blue) = 66+25+117=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #421975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421975 is #BDE68A. Grayscale: #2F2F2F. Windows color (decimal): -12445323 or 7674178. OLE color: 7674178.

HSL color Cylindrical-coordinate representation of color #421975: hue angle of 266.74º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421975 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 25 117 -
CMYK 0.44 0.79 0 0.54
HSL 266.74º 0.65% 0.28% -
HSV(B) 266.74º 0.79% 0.46% -
XYZ 5.81 3.14 17.13 -
YUV 47.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 66 25 117 0.44 0.79 0 0.54 266.74 0.65 0.28
Hex 42 19 75 2C 4F 0 36 10B 41 1C
Octal 102 31 165 54 117 0 66 413 101 34
Binary 1000010 11001 1110101 101100 1001111 0 110110 100001011 1000001 11100

Color Harmonies of #421975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421975

Black with #421975

Text Example


Text Example

White with #421975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421975; }

 p { color: rgb(66,25,117); }

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

background-color css

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

 a { background-color: rgb(66,25,117); }

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

border-color css

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

 span { border-color: rgb(66,25,117); }

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