#3B025E

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

Shades of Christalle #3B025E

Tints of Christalle #3B025E

Color information

#3B025E (or 0x3B025E) is unknown color: approx Christalle. HEX triplet: 3B, 02 and 5E. RGB value is (59,2,94). Sum of RGB (Red+Green+Blue) = 59+2+94=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B025E is #C4FDA1. Grayscale: #1D1D1D. Windows color (decimal): -12909986 or 6160955. OLE color: 6160955.

HSL color Cylindrical-coordinate representation of color #3B025E: hue angle of 277.17º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B025E is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB59294-
CMYK0.370.9800.63
HSL277.17º95.83%18.82%-
HSV(B)277.17º97.87%36.86%-
XYZ3.851.7810.73-
YUV29.53164.38149.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.06%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 94 (37.11% from 255) = 60.65%
R=38.06%
G=1.29%
B=60.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal592940.370.9800.63277.1795.8318.82
Hex3B25E256203F1156013
Octal7321364514207742514023
Binary11101110101111010010111000100111111100010101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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