#3B025B

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

Shades of Christalle #3B025B

Tints of Christalle #3B025B

Color information

#3B025B (or 0x3B025B) is unknown color: approx Christalle. HEX triplet: 3B, 02 and 5B. RGB value is (59,2,91). Sum of RGB (Red+Green+Blue) = 59+2+91=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B025B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B025B is #C4FDA4. Grayscale: #1C1C1C. Windows color (decimal): -12909989 or 5964347. OLE color: 5964347.

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

Color convert

RGB59291-
CMYK0.350.9800.64
HSL278.43º95.7%18.24%-
HSV(B)278.43º97.8%35.69%-
XYZ3.711.7310.04-
YUV29.19162.88149.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.82%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 91 (35.94% from 255) = 59.87%
R=38.82%
G=1.32%
B=59.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal592910.350.9800.64278.4395.718.24
Hex3B25B23620401166012
Octal73213343142010042614022
Binary111011101011011100011110001001000000100010110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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