Html Css Color HEX #3C155A Christalle

📋 copy color: '#3C155A'

red 60 ◦ green 21 ◦ blue 90

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

Shades of Christalle #3C155A

Tints of Christalle #3C155A

RGB

 RED value IS 60 (23.83% from 255) = 35.09%

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

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

R = 35.09%
G = 12.28%
B = 52.63%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C155A (or 0x3C155A) is known color: Christalle. HEX triplet: 3C, 15 and 5A. RGB value is (60,21,90). Sum of RGB (Red+Green+Blue) = 60+21+90=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C155A is #C3EAA5. Grayscale: #282828. Windows color (decimal): -12839590 or 5903676. OLE color: 5903676.

HSL color Cylindrical-coordinate representation of color #3C155A: hue angle of 273.91º 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 #3C155A is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 21 90 -
CMYK 0.33 0.77 0 0.65
HSL 273.91º 0.62% 0.22% -
HSV(B) 273.91º 0.77% 0.35% -
XYZ 3.98 2.24 9.89 -
YUV 40.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 60 21 90 0.33 0.77 0 0.65 273.91 0.62 0.22
Hex 3C 15 5A 21 4D 0 41 112 3E 16
Octal 74 25 132 41 115 0 101 422 76 26
Binary 111100 10101 1011010 100001 1001101 0 1000001 100010010 111110 10110

Color Harmonies of #3C155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C155A

Black with #3C155A

Text Example


Text Example

White with #3C155A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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