Html Css Color HEX #3A1D59 Christalle

📋 copy color: '#3A1D59'

red 58 ◦ green 29 ◦ blue 89

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

Shades of Christalle #3A1D59

Tints of Christalle #3A1D59

RGB

 RED value IS 58 (23.05% from 255) = 32.95%

 GREEN value IS 29 (11.72% from 255) = 16.48%

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

R = 32.95%
G = 16.48%
B = 50.57%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A1D59 (or 0x3A1D59) is known color: Christalle. HEX triplet: 3A, 1D and 59. RGB value is (58,29,89). Sum of RGB (Red+Green+Blue) = 58+29+89=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A1D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1D59 is #C5E2A6. Grayscale: #2C2C2C. Windows color (decimal): -12968615 or 5840186. OLE color: 5840186.

HSL color Cylindrical-coordinate representation of color #3A1D59: hue angle of 269º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A1D59 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 29 89 -
CMYK 0.35 0.67 0 0.65
HSL 269º 0.51% 0.23% -
HSV(B) 269º 0.67% 0.35% -
XYZ 3.99 2.5 9.72 -
YUV 44.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 58 29 89 0.35 0.67 0 0.65 269 0.51 0.23
Hex 3A 1D 59 23 43 0 41 10D 33 17
Octal 72 35 131 43 103 0 101 415 63 27
Binary 111010 11101 1011001 100011 1000011 0 1000001 100001101 110011 10111

Color Harmonies of #3A1D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1D59

Black with #3A1D59

Text Example


Text Example

White with #3A1D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,29,89); }

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

background-color css

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

 a { background-color: rgb(58,29,89); }

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

border-color css

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

 span { border-color: rgb(58,29,89); }

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