#421F70

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

Shades of Blue Diamond #421F70

Tints of Blue Diamond #421F70

Color information

#421F70 (or 0x421F70) is unknown color: approx Blue Diamond. HEX triplet: 42, 1F and 70. RGB value is (66,31,112). Sum of RGB (Red+Green+Blue) = 66+31+112=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #421F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F70 is #BDE08F. Grayscale: #323232. Windows color (decimal): -12443792 or 7348034. OLE color: 7348034.

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

Color convert

RGB6631112-
CMYK0.410.7200.56
HSL265.93º56.64%28.04%-
HSV(B)265.93º72.32%43.92%-
XYZ5.663.3115.67-
YUV50.7162.6138.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 31 (12.5% from 255) = 14.83%
BLUE value IS 112 (44.14% from 255) = 53.59%
R=31.58%
G=14.83%
B=53.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66311120.410.7200.56265.9356.6428.04
Hex421F70294803810a391c
Octal10237160511100704127134
Binary10000101111111100001010011001000011100010000101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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