Html Css Color HEX #421B75 Windsor

📋 copy color: '#421B75'

red 66 ◦ green 27 ◦ blue 117

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

Shades of Windsor #421B75

Tints of Windsor #421B75

RGB

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

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

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

R = 31.43%
G = 12.86%
B = 55.71%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#421B75 (or 0x421B75) is known color: Windsor. HEX triplet: 42, 1B and 75. RGB value is (66,27,117). Sum of RGB (Red+Green+Blue) = 66+27+117=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #421B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B75 is #BDE48A. Grayscale: #303030. Windows color (decimal): -12444811 or 7674690. OLE color: 7674690.

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

Color convert

RGB 66 27 117 -
CMYK 0.44 0.77 0 0.54
HSL 266º 0.63% 0.28% -
HSV(B) 266º 0.77% 0.46% -
XYZ 5.85 3.23 17.14 -
YUV 48.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 66 27 117 0.44 0.77 0 0.54 266 0.63 0.28
Hex 42 1B 75 2C 4D 0 36 10A 3E 1C
Octal 102 33 165 54 115 0 66 412 76 34
Binary 1000010 11011 1110101 101100 1001101 0 110110 100001010 111110 11100

Color Harmonies of #421B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B75

Black with #421B75

Text Example


Text Example

White with #421B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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