#2D055B

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

Shades of Christalle #2D055B

Tints of Christalle #2D055B

Color information

#2D055B (or 0x2D055B) is unknown color: approx Christalle. HEX triplet: 2D, 05 and 5B. RGB value is (45,5,91). Sum of RGB (Red+Green+Blue) = 45+5+91=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #2D055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D055B is #D2FAA4. Grayscale: #1A1A1A. Windows color (decimal): -13826725 or 5965101. OLE color: 5965101.

HSL color Cylindrical-coordinate representation of color #2D055B: hue angle of 267.91º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D055B is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB45591-
CMYK0.510.9500.64
HSL267.91º89.58%18.82%-
HSV(B)267.91º94.51%35.69%-
XYZ3.021.4210.01-
YUV26.76164.25141.01-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 31.91%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 91 (35.94% from 255) = 64.54%
R=31.91%
G=3.55%
B=64.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal455910.510.9500.64267.9189.5818.82
Hex2D55B335F04010c5a13
Octal55513363137010041413223
Binary1011011011011011110011101111101000000100001100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,5,91); }

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

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

 a { background-color: rgb(45,5,91); }

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

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

 span { border-color: rgb(45,5,91); }

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