Html Css Color HEX #3C065D Christalle

📋 copy color: '#3C065D'

red 60 ◦ green 6 ◦ blue 93

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

Shades of Christalle #3C065D

Tints of Christalle #3C065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.77%

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

R = 37.74%
G = 3.77%
B = 58.49%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C065D (or 0x3C065D) is known color: Christalle. HEX triplet: 3C, 06 and 5D. RGB value is (60,6,93). Sum of RGB (Red+Green+Blue) = 60+6+93=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C065D is #C3F9A2. Grayscale: #1F1F1F. Windows color (decimal): -12843427 or 6096444. OLE color: 6096444.

HSL color Cylindrical-coordinate representation of color #3C065D: hue angle of 277.24º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C065D is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 6 93 -
CMYK 0.35 0.94 0 0.64
HSL 277.24º 0.88% 0.19% -
HSV(B) 277.24º 0.94% 0.36% -
XYZ 3.9 1.88 10.51 -
YUV 32.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 60 6 93 0.35 0.94 0 0.64 277.24 0.88 0.19
Hex 3C 6 5D 23 5E 0 40 115 58 13
Octal 74 6 135 43 136 0 100 425 130 23
Binary 111100 110 1011101 100011 1011110 0 1000000 100010101 1011000 10011

Color Harmonies of #3C065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C065D

Black with #3C065D

Text Example


Text Example

White with #3C065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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