Html Css Color HEX #3C135D Christalle

📋 copy color: '#3C135D'

red 60 ◦ green 19 ◦ blue 93

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

Shades of Christalle #3C135D

Tints of Christalle #3C135D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 54.07%

R = 34.88%
G = 11.05%
B = 54.07%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C135D (or 0x3C135D) is known color: Christalle. HEX triplet: 3C, 13 and 5D. RGB value is (60,19,93). Sum of RGB (Red+Green+Blue) = 60+19+93=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C135D is #C3ECA2. Grayscale: #272727. Windows color (decimal): -12840099 or 6099772. OLE color: 6099772.

HSL color Cylindrical-coordinate representation of color #3C135D: hue angle of 273.24º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C135D is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 19 93 -
CMYK 0.35 0.80 0 0.64
HSL 273.24º 0.66% 0.22% -
HSV(B) 273.24º 0.8% 0.36% -
XYZ 4.07 2.22 10.57 -
YUV 39.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 60 19 93 0.35 0.80 0 0.64 273.24 0.66 0.22
Hex 3C 13 5D 23 50 0 40 111 42 16
Octal 74 23 135 43 120 0 100 421 102 26
Binary 111100 10011 1011101 100011 1010000 0 1000000 100010001 1000010 10110

Color Harmonies of #3C135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C135D

Black with #3C135D

Text Example


Text Example

White with #3C135D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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