Html Css Color HEX #421D8B Windsor

📋 copy color: '#421D8B'

red 66 ◦ green 29 ◦ blue 139

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

Shades of Windsor #421D8B

Tints of Windsor #421D8B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.39%

 BLUE value IS 139 (54.69% from 255) = 59.4%

R = 28.21%
G = 12.39%
B = 59.4%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#421D8B (or 0x421D8B) is known color: Windsor. HEX triplet: 42, 1D and 8B. RGB value is (66,29,139). Sum of RGB (Red+Green+Blue) = 66+29+139=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #421D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421D8B is #BDE274. Grayscale: #343434. Windows color (decimal): -12444277 or 9116994. OLE color: 9116994.

HSL color Cylindrical-coordinate representation of color #421D8B: hue angle of 260.18º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421D8B is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 29 139 -
CMYK 0.53 0.79 0 0.45
HSL 260.18º 0.65% 0.33% -
HSV(B) 260.18º 0.79% 0.55% -
XYZ 7.35 3.9 24.79 -
YUV 52.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 66 29 139 0.53 0.79 0 0.45 260.18 0.65 0.33
Hex 42 1D 8B 35 4F 0 2D 104 41 21
Octal 102 35 213 65 117 0 55 404 101 41
Binary 1000010 11101 10001011 110101 1001111 0 101101 100000100 1000001 100001

Color Harmonies of #421D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D8B

Black with #421D8B

Text Example


Text Example

White with #421D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,29,139); }

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

background-color css

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

 a { background-color: rgb(66,29,139); }

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

border-color css

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

 span { border-color: rgb(66,29,139); }

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