#2D015A

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

Shades of Christalle #2D015A

Tints of Christalle #2D015A

Color information

#2D015A (or 0x2D015A) is unknown color: approx Christalle. HEX triplet: 2D, 01 and 5A. RGB value is (45,1,90). Sum of RGB (Red+Green+Blue) = 45+1+90=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #2D015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D015A is #D2FEA5. Grayscale: #171717. Windows color (decimal): -13827750 or 5898541. OLE color: 5898541.

HSL color Cylindrical-coordinate representation of color #2D015A: hue angle of 269.66º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D015A is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB45190-
CMYK0.500.9900.65
HSL269.66º97.8%17.84%-
HSV(B)269.66º98.89%35.29%-
XYZ2.941.329.77-
YUV24.3165.08142.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.09%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 90 (35.55% from 255) = 66.18%
R=33.09%
G=0.74%
B=66.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal451900.500.9900.65269.6697.817.84
Hex2D15A326304110e6212
Octal55113262143010141614222
Binary10110111011010110010110001101000001100001110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,1,90); }

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

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

 a { background-color: rgb(45,1,90); }

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

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

 span { border-color: rgb(45,1,90); }

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