#421972

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

Shades of Blue Diamond #421972

Tints of Blue Diamond #421972

Color information

#421972 (or 0x421972) is unknown color: approx Blue Diamond. HEX triplet: 42, 19 and 72. RGB value is (66,25,114). Sum of RGB (Red+Green+Blue) = 66+25+114=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #421972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421972 is #BDE68D. Grayscale: #2F2F2F. Windows color (decimal): -12445326 or 7477570. OLE color: 7477570.

HSL color Cylindrical-coordinate representation of color #421972: hue angle of 267.64º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #421972 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6625114-
CMYK0.420.7800.55
HSL267.64º64.03%27.25%-
HSV(B)267.64º78.07%44.71%-
XYZ5.633.0716.22-
YUV47.4165.58141.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 25 (10.16% from 255) = 12.20%
BLUE value IS 114 (44.92% from 255) = 55.61%
R=32.20%
G=12.20%
B=55.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66251140.420.7800.55267.6464.0327.25
Hex4219722A4E03710c401b
Octal102311625211606741410033
Binary100001011001111001010101010011100110111100001100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421972; }

 p { color: rgb(66,25,114); }

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

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

 a { background-color: rgb(66,25,114); }

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

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

 span { border-color: rgb(66,25,114); }

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