#422968

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

Shades of Blue Diamond #422968

Tints of Blue Diamond #422968

Color information

#422968 (or 0x422968) is unknown color: approx Blue Diamond. HEX triplet: 42, 29 and 68. RGB value is (66,41,104). Sum of RGB (Red+Green+Blue) = 66+41+104=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #422968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422968 is #BDD697. Grayscale: #373737. Windows color (decimal): -12441240 or 6826306. OLE color: 6826306.

HSL color Cylindrical-coordinate representation of color #422968: hue angle of 263.81º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #422968 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6641104-
CMYK0.370.6100.59
HSL263.81º43.45%28.43%-
HSV(B)263.81º60.58%40.78%-
XYZ5.543.7413.53-
YUV55.66155.28135.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=31.28%
G=19.43%
B=49.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66411040.370.6100.59263.8143.4528.43
Hex422968253D03B1082b1c
Octal1025115045750734105334
Binary10000101010011101000100101111101011101110000100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422968; }

 p { color: rgb(66,41,104); }

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

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

 a { background-color: rgb(66,41,104); }

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

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

 span { border-color: rgb(66,41,104); }

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