#3A005B

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

Shades of Christalle #3A005B

Tints of Christalle #3A005B

Color information

#3A005B (or 0x3A005B) is unknown color: approx Christalle. HEX triplet: 3A, 00 and 5B. RGB value is (58,0,91). Sum of RGB (Red+Green+Blue) = 58+0+91=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A005B is #C5FFA4. Grayscale: #1B1B1B. Windows color (decimal): -12976037 or 5963834. OLE color: 5963834.

HSL color Cylindrical-coordinate representation of color #3A005B: hue angle of 278.24º 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 #3A005B is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB58091-
CMYK0.36100.64
HSL278.24º100%17.84%-
HSV(B)278.24º100%35.69%-
XYZ3.631.6510.03-
YUV27.72163.72149.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 61.07%
R=38.93%
G=0%
B=61.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal580910.36100.64278.2410017.84
Hex3A05B24640401166412
Octal72013344144010042614422
Binary11101001011011100100110010001000000100010110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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