Html Css Color HEX #421E7A Windsor

📋 copy color: '#421E7A'

red 66 ◦ green 30 ◦ blue 122

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

Shades of Windsor #421E7A

Tints of Windsor #421E7A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.76%

 BLUE value IS 122 (48.05% from 255) = 55.96%

R = 30.28%
G = 13.76%
B = 55.96%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#421E7A (or 0x421E7A) is known color: Windsor. HEX triplet: 42, 1E and 7A. RGB value is (66,30,122). Sum of RGB (Red+Green+Blue) = 66+30+122=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #421E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E7A is #BDE185. Grayscale: #323232. Windows color (decimal): -12444038 or 8003138. OLE color: 8003138.

HSL color Cylindrical-coordinate representation of color #421E7A: hue angle of 263.48º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421E7A is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 30 122 -
CMYK 0.46 0.75 0 0.52
HSL 263.48º 0.61% 0.3% -
HSV(B) 263.48º 0.75% 0.48% -
XYZ 6.22 3.49 18.76 -
YUV 51.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 66 30 122 0.46 0.75 0 0.52 263.48 0.61 0.3
Hex 42 1E 7A 2E 4B 0 34 107 3D 1E
Octal 102 36 172 56 113 0 64 407 75 36
Binary 1000010 11110 1111010 101110 1001011 0 110100 100000111 111101 11110

Color Harmonies of #421E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E7A

Black with #421E7A

Text Example


Text Example

White with #421E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,30,122); }

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

background-color css

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

 a { background-color: rgb(66,30,122); }

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

border-color css

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

 span { border-color: rgb(66,30,122); }

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