Html Css Color HEX #3C295A Christalle

📋 copy color: '#3C295A'

red 60 ◦ green 41 ◦ blue 90

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

Shades of Christalle #3C295A

Tints of Christalle #3C295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.47%

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

R = 31.41%
G = 21.47%
B = 47.12%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C295A (or 0x3C295A) is known color: Christalle. HEX triplet: 3C, 29 and 5A. RGB value is (60,41,90). Sum of RGB (Red+Green+Blue) = 60+41+90=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 90 (35.55% from 255 or 47.12% from 191); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C295A is #C3D6A5. Grayscale: #343434. Windows color (decimal): -12834470 or 5908796. OLE color: 5908796.

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

Color convert

RGB 60 41 90 -
CMYK 0.33 0.54 0 0.65
HSL 263.27º 0.37% 0.26% -
HSV(B) 263.27º 0.54% 0.35% -
XYZ 4.5 3.28 10.07 -
YUV 52.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 60 41 90 0.33 0.54 0 0.65 263.27 0.37 0.26
Hex 3C 29 5A 21 36 0 41 107 25 1A
Octal 74 51 132 41 66 0 101 407 45 32
Binary 111100 101001 1011010 100001 110110 0 1000001 100000111 100101 11010

Color Harmonies of #3C295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C295A

Black with #3C295A

Text Example


Text Example

White with #3C295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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