#421A70

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

Shades of Blue Diamond #421A70

Tints of Blue Diamond #421A70

Color information

#421A70 (or 0x421A70) is unknown color: approx Blue Diamond. HEX triplet: 42, 1A and 70. RGB value is (66,26,112). Sum of RGB (Red+Green+Blue) = 66+26+112=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 26 (10.55% from 255 or 12.75% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #421A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A70 is #BDE58F. Grayscale: #2F2F2F. Windows color (decimal): -12445072 or 7346754. OLE color: 7346754.

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

Color convert

RGB6626112-
CMYK0.410.7700.56
HSL267.91º62.32%27.06%-
HSV(B)267.91º76.79%43.92%-
XYZ5.543.0715.63-
YUV47.76164.25141.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 26 (10.55% from 255) = 12.75%
BLUE value IS 112 (44.14% from 255) = 54.90%
R=32.35%
G=12.75%
B=54.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66261120.410.7700.56267.9162.3227.06
Hex421A70294D03810c3e1b
Octal10232160511150704147633
Binary10000101101011100001010011001101011100010000110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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