Html Css Color HEX #3A155A Christalle

📋 copy color: '#3A155A'

red 58 ◦ green 21 ◦ blue 90

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

Shades of Christalle #3A155A

Tints of Christalle #3A155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.43%

 BLUE value IS 90 (35.55% from 255) = 53.25%

R = 34.32%
G = 12.43%
B = 53.25%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3A155A (or 0x3A155A) is known color: Christalle. HEX triplet: 3A, 15 and 5A. RGB value is (58,21,90). Sum of RGB (Red+Green+Blue) = 58+21+90=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #3A155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A155A is #C5EAA5. Grayscale: #272727. Windows color (decimal): -12970662 or 5903674. OLE color: 5903674.

HSL color Cylindrical-coordinate representation of color #3A155A: hue angle of 272.17º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A155A is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 21 90 -
CMYK 0.36 0.77 0 0.65
HSL 272.17º 0.62% 0.22% -
HSV(B) 272.17º 0.77% 0.35% -
XYZ 3.86 2.17 9.89 -
YUV 39.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 58 21 90 0.36 0.77 0 0.65 272.17 0.62 0.22
Hex 3A 15 5A 24 4D 0 41 110 3E 16
Octal 72 25 132 44 115 0 101 420 76 26
Binary 111010 10101 1011010 100100 1001101 0 1000001 100010000 111110 10110

Color Harmonies of #3A155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A155A

Black with #3A155A

Text Example


Text Example

White with #3A155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,21,90); }

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

background-color css

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

 a { background-color: rgb(58,21,90); }

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

border-color css

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

 span { border-color: rgb(58,21,90); }

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