Html Css Color HEX #421C75 Windsor

📋 copy color: '#421C75'

red 66 ◦ green 28 ◦ blue 117

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

Shades of Windsor #421C75

Tints of Windsor #421C75

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.27%

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

R = 31.28%
G = 13.27%
B = 55.45%

CMYK

 C value IS 0.44

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#421C75 (or 0x421C75) is known color: Windsor. HEX triplet: 42, 1C and 75. RGB value is (66,28,117). Sum of RGB (Red+Green+Blue) = 66+28+117=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #421C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C75 is #BDE38A. Grayscale: #313131. Windows color (decimal): -12444555 or 7674946. OLE color: 7674946.

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

Color convert

RGB 66 28 117 -
CMYK 0.44 0.76 0 0.54
HSL 265.62º 0.61% 0.28% -
HSV(B) 265.62º 0.76% 0.46% -
XYZ 5.87 3.27 17.15 -
YUV 49.51 166.09 139.76 -
System Red Green Blue C M Y K H S L
Decimal 66 28 117 0.44 0.76 0 0.54 265.62 0.61 0.28
Hex 42 1C 75 2C 4C 0 36 10A 3D 1C
Octal 102 34 165 54 114 0 66 412 75 34
Binary 1000010 11100 1110101 101100 1001100 0 110110 100001010 111101 11100

Color Harmonies of #421C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C75

Black with #421C75

Text Example


Text Example

White with #421C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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