Html Css Color HEX #3C135A Christalle

📋 copy color: '#3C135A'

red 60 ◦ green 19 ◦ blue 90

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

Shades of Christalle #3C135A

Tints of Christalle #3C135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.24%

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

R = 35.5%
G = 11.24%
B = 53.25%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C135A (or 0x3C135A) is known color: Christalle. HEX triplet: 3C, 13 and 5A. RGB value is (60,19,90). Sum of RGB (Red+Green+Blue) = 60+19+90=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 19 (7.81% from 255 or 11.24% 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 #3C135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C135A is #C3ECA5. Grayscale: #272727. Windows color (decimal): -12840102 or 5903164. OLE color: 5903164.

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

Color convert

RGB 60 19 90 -
CMYK 0.33 0.79 0 0.65
HSL 274.65º 0.65% 0.21% -
HSV(B) 274.65º 0.79% 0.35% -
XYZ 3.94 2.16 9.88 -
YUV 39.35 156.58 142.73 -
System Red Green Blue C M Y K H S L
Decimal 60 19 90 0.33 0.79 0 0.65 274.65 0.65 0.21
Hex 3C 13 5A 21 4F 0 41 113 41 15
Octal 74 23 132 41 117 0 101 423 101 25
Binary 111100 10011 1011010 100001 1001111 0 1000001 100010011 1000001 10101

Color Harmonies of #3C135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C135A

Black with #3C135A

Text Example


Text Example

White with #3C135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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