Html Css Color HEX #3C095D Christalle

📋 copy color: '#3C095D'

red 60 ◦ green 9 ◦ blue 93

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

Shades of Christalle #3C095D

Tints of Christalle #3C095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.56%

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

R = 37.04%
G = 5.56%
B = 57.41%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C095D (or 0x3C095D) is known color: Christalle. HEX triplet: 3C, 09 and 5D. RGB value is (60,9,93). Sum of RGB (Red+Green+Blue) = 60+9+93=162 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.04% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C095D is #C3F6A2. Grayscale: #212121. Windows color (decimal): -12842659 or 6097212. OLE color: 6097212.

HSL color Cylindrical-coordinate representation of color #3C095D: hue angle of 276.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C095D is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 9 93 -
CMYK 0.35 0.90 0 0.64
HSL 276.43º 0.82% 0.2% -
HSV(B) 276.43º 0.9% 0.36% -
XYZ 3.94 1.95 10.52 -
YUV 33.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 60 9 93 0.35 0.90 0 0.64 276.43 0.82 0.2
Hex 3C 9 5D 23 5A 0 40 114 52 14
Octal 74 11 135 43 132 0 100 424 122 24
Binary 111100 1001 1011101 100011 1011010 0 1000000 100010100 1010010 10100

Color Harmonies of #3C095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C095D

Black with #3C095D

Text Example


Text Example

White with #3C095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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