Html Css Color HEX #421B7D Windsor

📋 copy color: '#421B7D'

red 66 ◦ green 27 ◦ blue 125

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

Shades of Windsor #421B7D

Tints of Windsor #421B7D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.39%

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

R = 30.28%
G = 12.39%
B = 57.34%

CMYK

 C value IS 0.47

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#421B7D (or 0x421B7D) is known color: Windsor. HEX triplet: 42, 1B and 7D. RGB value is (66,27,125). Sum of RGB (Red+Green+Blue) = 66+27+125=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #421B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B7D is #BDE482. Grayscale: #313131. Windows color (decimal): -12444803 or 8198978. OLE color: 8198978.

HSL color Cylindrical-coordinate representation of color #421B7D: hue angle of 263.88º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #421B7D is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 27 125 -
CMYK 0.47 0.78 0 0.51
HSL 263.88º 0.64% 0.3% -
HSV(B) 263.88º 0.78% 0.49% -
XYZ 6.34 3.42 19.73 -
YUV 49.83 170.42 139.53 -
System Red Green Blue C M Y K H S L
Decimal 66 27 125 0.47 0.78 0 0.51 263.88 0.64 0.3
Hex 42 1B 7D 2F 4E 0 33 108 40 1E
Octal 102 33 175 57 116 0 63 410 100 36
Binary 1000010 11011 1111101 101111 1001110 0 110011 100001000 1000000 11110

Color Harmonies of #421B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B7D

Black with #421B7D

Text Example


Text Example

White with #421B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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