#220A5D

Color #220A5D Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #220A5D

Tints of Christalle #220A5D

Color information

#220A5D (or 0x220A5D) is unknown color: approx Christalle. HEX triplet: 22, 0A and 5D. RGB value is (34,10,93). Sum of RGB (Red+Green+Blue) = 34+10+93=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #220A5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220A5D is #DDF5A2. Grayscale: #1A1A1A. Windows color (decimal): -14546339 or 6097442. OLE color: 6097442.

HSL color Cylindrical-coordinate representation of color #220A5D: hue angle of 257.35º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #220A5D is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB341093-
CMYK0.630.8900.64
HSL257.35º80.58%20.2%-
HSV(B)257.35º89.25%36.47%-
XYZ2.741.3510.47-
YUV26.64165.45133.25-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.82%
GREEN value IS 10 (4.30% from 255) = 7.30%
BLUE value IS 93 (36.72% from 255) = 67.88%
R=24.82%
G=7.30%
B=67.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3410930.630.8900.64257.3580.5820.2
Hex22A5D3F590401015114
Octal421213577131010040112124
Binary10001010101011101111111101100101000000100000001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220A5D; }

 p { color: rgb(34,10,93); }

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

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

 a { background-color: rgb(34,10,93); }

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

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

 span { border-color: rgb(34,10,93); }

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