Html Css Color HEX #3C1E63 Christalle

📋 copy color: '#3C1E63'

red 60 ◦ green 30 ◦ blue 99

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

Shades of Christalle #3C1E63

Tints of Christalle #3C1E63

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.87%

 BLUE value IS 99 (39.06% from 255) = 52.38%

R = 31.75%
G = 15.87%
B = 52.38%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3C1E63 (or 0x3C1E63) is known color: Christalle. HEX triplet: 3C, 1E and 63. RGB value is (60,30,99). Sum of RGB (Red+Green+Blue) = 60+30+99=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 99 (39.06% from 255 or 52.38% from 189); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C1E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1E63 is #C3E19C. Grayscale: #2E2E2E. Windows color (decimal): -12837277 or 6495804. OLE color: 6495804.

HSL color Cylindrical-coordinate representation of color #3C1E63: hue angle of 266.09º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C1E63 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 60 30 99 -
CMYK 0.39 0.70 0 0.61
HSL 266.09º 0.53% 0.25% -
HSV(B) 266.09º 0.7% 0.39% -
XYZ 4.58 2.79 12.1 -
YUV 46.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 60 30 99 0.39 0.70 0 0.61 266.09 0.53 0.25
Hex 3C 1E 63 27 46 0 3D 10A 35 19
Octal 74 36 143 47 106 0 75 412 65 31
Binary 111100 11110 1100011 100111 1000110 0 111101 100001010 110101 11001

Color Harmonies of #3C1E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1E63

Black with #3C1E63

Text Example


Text Example

White with #3C1E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,30,99); }

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

background-color css

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

 a { background-color: rgb(60,30,99); }

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

border-color css

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

 span { border-color: rgb(60,30,99); }

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