Html Css Color HEX #421A7C Windsor

📋 copy color: '#421A7C'

red 66 ◦ green 26 ◦ blue 124

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

Shades of Windsor #421A7C

Tints of Windsor #421A7C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.04%

 BLUE value IS 124 (48.83% from 255) = 57.41%

R = 30.56%
G = 12.04%
B = 57.41%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#421A7C (or 0x421A7C) is known color: Windsor. HEX triplet: 42, 1A and 7C. RGB value is (66,26,124). Sum of RGB (Red+Green+Blue) = 66+26+124=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #421A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A7C is #BDE583. Grayscale: #303030. Windows color (decimal): -12445060 or 8133186. OLE color: 8133186.

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

Color convert

RGB 66 26 124 -
CMYK 0.47 0.79 0 0.51
HSL 264.49º 0.65% 0.29% -
HSV(B) 264.49º 0.79% 0.49% -
XYZ 6.25 3.35 19.39 -
YUV 49.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 66 26 124 0.47 0.79 0 0.51 264.49 0.65 0.29
Hex 42 1A 7C 2F 4F 0 33 108 41 1D
Octal 102 32 174 57 117 0 63 410 101 35
Binary 1000010 11010 1111100 101111 1001111 0 110011 100001000 1000001 11101

Color Harmonies of #421A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A7C

Black with #421A7C

Text Example


Text Example

White with #421A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,26,124); }

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

background-color css

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

 a { background-color: rgb(66,26,124); }

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

border-color css

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

 span { border-color: rgb(66,26,124); }

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