Html Css Color HEX #3B0C59 Christalle

📋 copy color: '#3B0C59'

red 59 ◦ green 12 ◦ blue 89

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

Shades of Christalle #3B0C59

Tints of Christalle #3B0C59

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.5%

 BLUE value IS 89 (35.16% from 255) = 55.63%

R = 36.88%
G = 7.5%
B = 55.63%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B0C59 (or 0x3B0C59) is known color: Christalle. HEX triplet: 3B, 0C and 59. RGB value is (59,12,89). Sum of RGB (Red+Green+Blue) = 59+12+89=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B0C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0C59 is #C4F3A6. Grayscale: #222222. Windows color (decimal): -12907431 or 5835835. OLE color: 5835835.

HSL color Cylindrical-coordinate representation of color #3B0C59: hue angle of 276.62º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B0C59 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 12 89 -
CMYK 0.34 0.87 0 0.65
HSL 276.62º 0.76% 0.2% -
HSV(B) 276.62º 0.87% 0.35% -
XYZ 3.74 1.91 9.62 -
YUV 34.83 158.57 145.24 -
System Red Green Blue C M Y K H S L
Decimal 59 12 89 0.34 0.87 0 0.65 276.62 0.76 0.2
Hex 3B C 59 22 57 0 41 115 4C 14
Octal 73 14 131 42 127 0 101 425 114 24
Binary 111011 1100 1011001 100010 1010111 0 1000001 100010101 1001100 10100

Color Harmonies of #3B0C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0C59

Black with #3B0C59

Text Example


Text Example

White with #3B0C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,12,89); }

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

background-color css

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

 a { background-color: rgb(59,12,89); }

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

border-color css

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

 span { border-color: rgb(59,12,89); }

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