#3B005B

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

Shades of Christalle #3B005B

Tints of Christalle #3B005B

Color information

#3B005B (or 0x3B005B) is unknown color: approx Christalle. HEX triplet: 3B, 00 and 5B. RGB value is (59,0,91). Sum of RGB (Red+Green+Blue) = 59+0+91=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B005B is #C4FFA4. Grayscale: #1B1B1B. Windows color (decimal): -12910501 or 5963835. OLE color: 5963835.

HSL color Cylindrical-coordinate representation of color #3B005B: hue angle of 278.9º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B005B is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB59091-
CMYK0.35100.64
HSL278.9º100%17.84%-
HSV(B)278.9º100%35.69%-
XYZ3.691.6910.03-
YUV28.02163.55150.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 60.67%
R=39.33%
G=0%
B=60.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal590910.35100.64278.910017.84
Hex3B05B23640401176412
Octal73013343144010042714422
Binary11101101011011100011110010001000000100010111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B005B; }

 p { color: rgb(59,0,91); }

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

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

 a { background-color: rgb(59,0,91); }

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

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

 span { border-color: rgb(59,0,91); }

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