#2A0F63

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

Shades of Christalle #2A0F63

Tints of Christalle #2A0F63

Color information

#2A0F63 (or 0x2A0F63) is unknown color: approx Christalle. HEX triplet: 2A, 0F and 63. RGB value is (42,15,99). Sum of RGB (Red+Green+Blue) = 42+15+99=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #2A0F63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0F63 is #D5F09C. Grayscale: #202020. Windows color (decimal): -14020765 or 6491946. OLE color: 6491946.

HSL color Cylindrical-coordinate representation of color #2A0F63: hue angle of 259.29º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A0F63 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB421599-
CMYK0.580.8500.61
HSL259.29º73.68%22.35%-
HSV(B)259.29º84.85%38.82%-
XYZ3.381.7311.96-
YUV32.65165.45134.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 15 (6.25% from 255) = 9.62%
BLUE value IS 99 (39.06% from 255) = 63.46%
R=26.92%
G=9.62%
B=63.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4215990.580.8500.61259.2973.6822.35
Hex2AF633A5503D1034a16
Octal52171437212507540311226
Binary1010101111110001111101010101010111101100000011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A0F63; }

 p { color: rgb(42,15,99); }

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

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

 a { background-color: rgb(42,15,99); }

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

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

 span { border-color: rgb(42,15,99); }

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