#421c70

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

Shades of Blue Diamond #421C70

Tints of Blue Diamond #421C70

Color information

#421C70 (or 0x421C70) is unknown color: approx Blue Diamond. HEX triplet: 42, 1C and 70. RGB value is (66,28,112). Sum of RGB (Red+Green+Blue) = 66+28+112=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #421C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C70 is #BDE38F. Grayscale: #303030. Windows color (decimal): -12444560 or 7347266. OLE color: 7347266.

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

Color convert

RGB6628112-
CMYK0.410.7500.56
HSL267.14º60%27.45%-
HSV(B)267.14º75%43.92%-
XYZ5.593.1615.64-
YUV48.94163.59140.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 28 (11.33% from 255) = 13.59%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=32.04%
G=13.59%
B=54.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66281120.410.7500.56267.146027.45
Hex421C70294B03810b3c1b
Octal10234160511130704137433
Binary10000101110011100001010011001011011100010000101111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421c70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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