Html Css Color HEX #3B1255 Christalle

📋 copy color: '#3B1255'

red 59 ◦ green 18 ◦ blue 85

#3B1255
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #3B1255

Tints of Christalle #3B1255

RGB

 RED value IS 59 (23.44% from 255) = 36.42%

 GREEN value IS 18 (7.42% from 255) = 11.11%

 BLUE value IS 85 (33.59% from 255) = 52.47%

R = 36.42%
G = 11.11%
B = 52.47%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3B1255 (or 0x3B1255) is known color: Christalle. HEX triplet: 3B, 12 and 55. RGB value is (59,18,85). Sum of RGB (Red+Green+Blue) = 59+18+85=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B1255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1255 is #C4EDAA. Grayscale: #252525. Windows color (decimal): -12905899 or 5575227. OLE color: 5575227.

HSL color Cylindrical-coordinate representation of color #3B1255: hue angle of 276.72º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B1255 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 18 85 -
CMYK 0.31 0.79 0 0.67
HSL 276.72º 0.65% 0.2% -
HSV(B) 276.72º 0.79% 0.33% -
XYZ 3.66 2.02 8.79 -
YUV 37.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 59 18 85 0.31 0.79 0 0.67 276.72 0.65 0.2
Hex 3B 12 55 1F 4F 0 43 115 41 14
Octal 73 22 125 37 117 0 103 425 101 24
Binary 111011 10010 1010101 11111 1001111 0 1000011 100010101 1000001 10100

Color Harmonies of #3B1255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1255

Black with #3B1255

Text Example


Text Example

White with #3B1255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,18,85); }

 H1.HeaderClassName
 {
   color: #3B1255;
 }
 .AnyTagClassName
 {
   color: #3B1255;
 }
</style>

background-color css

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

 a { background-color: rgb(59,18,85); }

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

border-color css

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

 span { border-color: rgb(59,18,85); }

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