Html Css Color HEX #421A7B Windsor

📋 copy color: '#421A7B'

red 66 ◦ green 26 ◦ blue 123

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

Shades of Windsor #421A7B

Tints of Windsor #421A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 57.21%

R = 30.7%
G = 12.09%
B = 57.21%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#421A7B (or 0x421A7B) is known color: Windsor. HEX triplet: 42, 1A and 7B. RGB value is (66,26,123). Sum of RGB (Red+Green+Blue) = 66+26+123=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #421A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A7B is #BDE584. Grayscale: #303030. Windows color (decimal): -12445061 or 8067650. OLE color: 8067650.

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

Color convert

RGB 66 26 123 -
CMYK 0.46 0.79 0 0.52
HSL 264.74º 0.65% 0.29% -
HSV(B) 264.74º 0.79% 0.48% -
XYZ 6.19 3.33 19.05 -
YUV 49.02 169.75 140.11 -
System Red Green Blue C M Y K H S L
Decimal 66 26 123 0.46 0.79 0 0.52 264.74 0.65 0.29
Hex 42 1A 7B 2E 4F 0 34 109 41 1D
Octal 102 32 173 56 117 0 64 411 101 35
Binary 1000010 11010 1111011 101110 1001111 0 110100 100001001 1000001 11101

Color Harmonies of #421A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A7B

Black with #421A7B

Text Example


Text Example

White with #421A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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