Html Css Color HEX #421F94 Windsor

📋 copy color: '#421F94'

red 66 ◦ green 31 ◦ blue 148

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

Shades of Windsor #421F94

Tints of Windsor #421F94

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.65%

 BLUE value IS 148 (58.2% from 255) = 60.41%

R = 26.94%
G = 12.65%
B = 60.41%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#421F94 (or 0x421F94) is known color: Windsor. HEX triplet: 42, 1F and 94. RGB value is (66,31,148). Sum of RGB (Red+Green+Blue) = 66+31+148=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #421F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421F94 is #BDE06B. Grayscale: #363636. Windows color (decimal): -12443756 or 9707330. OLE color: 9707330.

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

Color convert

RGB 66 31 148 -
CMYK 0.55 0.79 0 0.42
HSL 257.95º 0.65% 0.35% -
HSV(B) 257.95º 0.79% 0.58% -
XYZ 8.08 4.28 28.42 -
YUV 54.8 180.6 135.99 -
System Red Green Blue C M Y K H S L
Decimal 66 31 148 0.55 0.79 0 0.42 257.95 0.65 0.35
Hex 42 1F 94 37 4F 0 2A 102 41 23
Octal 102 37 224 67 117 0 52 402 101 43
Binary 1000010 11111 10010100 110111 1001111 0 101010 100000010 1000001 100011

Color Harmonies of #421F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F94

Black with #421F94

Text Example


Text Example

White with #421F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,31,148); }

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

background-color css

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

 a { background-color: rgb(66,31,148); }

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

border-color css

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

 span { border-color: rgb(66,31,148); }

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