#421C71

Color #421C71 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #421C71

Tints of Blue Diamond #421C71

Color information

#421C71 (or 0x421C71) is unknown color: approx Blue Diamond. HEX triplet: 42, 1C and 71. RGB value is (66,28,113). Sum of RGB (Red+Green+Blue) = 66+28+113=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #421C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C71 is #BDE38E. Grayscale: #303030. Windows color (decimal): -12444559 or 7412802. OLE color: 7412802.

HSL color Cylindrical-coordinate representation of color #421C71: hue angle of 266.82º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #421C71 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6628113-
CMYK0.420.7500.56
HSL266.82º60.28%27.65%-
HSV(B)266.82º75.22%44.31%-
XYZ5.643.1815.94-
YUV49.05164.09140.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.88%
GREEN value IS 28 (11.33% from 255) = 13.53%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=31.88%
G=13.53%
B=54.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66281130.420.7500.56266.8260.2827.65
Hex421C712A4B03810b3c1c
Octal10234161521130704137434
Binary10000101110011100011010101001011011100010000101111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,28,113); }

 H1.HeaderClassName
 {
   color: #421C71;
 }
 .AnyTagClassName
 {
   color: #421C71;
 }
</style>
background-color css

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

 a { background-color: rgb(66,28,113); }

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

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

 span { border-color: rgb(66,28,113); }

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